]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
channels: tags are saves as strings (uuid) v4.0.5
authorJaroslav Kysela <perex@perex.cz>
Mon, 15 Jun 2015 15:41:30 +0000 (17:41 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 15 Jun 2015 15:41:36 +0000 (17:41 +0200)
src/channels.c

index b560c4456a451c93762e82402b12104461ee68ab..df63da89a171a55b1616479aa9d346415943bc4b 100644 (file)
@@ -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",