From: Jaroslav Kysela Date: Tue, 27 Nov 2018 07:50:49 +0000 (+0100) Subject: imagecache: fix the expire id, issue #4304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=750c1e13a504b3c4790fbf6295e86b070d268901;p=thirdparty%2Ftvheadend.git imagecache: fix the expire id, issue #4304 --- diff --git a/src/imagecache.c b/src/imagecache.c index 9b3efae89..a66c5fd2b 100644 --- a/src/imagecache.c +++ b/src/imagecache.c @@ -104,9 +104,9 @@ const idclass_t imagecache_class = { }, { .type = PT_U32, - .id = "", + .id = "expire", .name = N_("Expire time"), - .desc = N_("The time in hours after the cached URL will " + .desc = N_("The time in days after the cached URL will " "be removed. The time starts when the URL was " "lastly requested. Zero means unlimited cache " "(not recommended)."),