]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
channels: tags are saves as strings (uuid)
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:30 +0000 (17:41 +0200)
src/channels.c

index 2c495f6a9880993769f9602bd8399120faf43ed6..fddad4216f604f4cec3e8ca7846d4fa263638bf9 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",