Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
channels: tags are saves as strings (uuid)
  • Loading branch information
perexg committed Jun 15, 2015
1 parent ac1abab commit 6790859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels.c
Expand Up @@ -393,7 +393,7 @@ const idclass_t channel_class = {
.rend = channel_class_services_rend,
},
{
.type = PT_INT,
.type = PT_STR,
.islist = 1,
.id = "tags",
.name = "Tags",
Expand Down

0 comments on commit 6790859

Please sign in to comment.