]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
imagecache: fix the expire id, issue #4304
authorJaroslav Kysela <perex@perex.cz>
Tue, 27 Nov 2018 07:50:49 +0000 (08:50 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 27 Nov 2018 07:50:49 +0000 (08:50 +0100)
src/imagecache.c

index 9b3efae891f55fffb94fbf131fb2e34e80713a07..a66c5fd2bf151f9dd81543989950477cdfd544e3 100644 (file)
@@ -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)."),