]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvr: Allow artwork to be set via idnode/save.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Tue, 25 Sep 2018 23:19:07 +0000 (00:19 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 26 Sep 2018 15:35:57 +0000 (17:35 +0200)
src/dvr/dvr_db.c

index 18452d340ab2e36dbedde2bed41df719098820de..513d828d0f4676ec2e1252450708fade481e185f 100644 (file)
@@ -3935,7 +3935,7 @@ const idclass_t dvr_entry_class = {
       .desc     = N_("Episode image."),
       .get      = dvr_entry_class_image_url_get_as_property,
       .off      = offsetof(dvr_entry_t, de_image),
-      .opts     = PO_HIDDEN | PO_RDONLY,
+      .opts     = PO_HIDDEN,
     },
     {
       .type     = PT_STR,
@@ -3943,7 +3943,7 @@ const idclass_t dvr_entry_class = {
       .name     = N_("Fanart image"),
       .desc     = N_("Fanart image."),
       .off      = offsetof(dvr_entry_t, de_fanart_image),
-      .opts     = PO_HIDDEN | PO_RDONLY,
+      .opts     = PO_HIDDEN,
     },
     {
       .type     = PT_LANGSTR,