]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
some cosmetics to the "active subscription" list when DVR is being used.
authorJohn Törnblom <john.tornblom@gmail.com>
Thu, 25 Oct 2012 10:40:28 +0000 (12:40 +0200)
committerJohn Törnblom <john.tornblom@gmail.com>
Thu, 25 Oct 2012 10:40:52 +0000 (12:40 +0200)
src/dvr/dvr_rec.c

index ba5c8cb96da7ef7723e2f5198d74fc0f011009d0..e0ba9b35e0140cb3c66feef9b286d531e63f7ddb 100755 (executable)
@@ -87,9 +87,7 @@ dvr_rec_subscribe(dvr_entry_t *de)
 
   de->de_s = subscription_create_from_channel(de->de_channel, weight,
                                              buf, st, flags,
-                                             NULL, "DVR",
-                                             lang_str_get(de->de_title,
-                                                          NULL));
+                                             NULL, NULL, NULL);
 
   pthread_create(&de->de_thread, NULL, dvr_thread, de);
 }