From: Jaroslav Kysela Date: Mon, 15 Jun 2015 15:41:30 +0000 (+0200) Subject: channels: tags are saves as strings (uuid) X-Git-Tag: v4.0.5^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffc3ff1cb16b57146d056fd56da1187c41bf8981;p=thirdparty%2Ftvheadend.git channels: tags are saves as strings (uuid) --- diff --git a/src/channels.c b/src/channels.c index b560c4456..df63da89a 100644 --- a/src/channels.c +++ b/src/channels.c @@ -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",