]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
dvr: No need to reset description when it matches subtitle. (#4667)
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Wed, 18 Oct 2017 01:49:23 +0000 (02:49 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 18 Oct 2017 17:16:04 +0000 (19:16 +0200)
Issue: #4667.

src/dvr/dvr_rec.c

index 7b6512fc28f4b66be9821925cbda3216b50ce8b8..914942e14f5dcf2d7a5ea132ef36c4dfd70e6a55 100644 (file)
@@ -376,7 +376,7 @@ _dvr_sub_scraper_friendly(const char *id, const char *fmt, const void *aux, char
      * put in to both subtitle and description. So we really don't
      * want this to be used as the subtitle field.
      */
-    subtitle = desc = NULL;
+    subtitle = NULL;
   }
 
   char title_buf[512] = { 0 };