some cosmetics to the "active subscription" list when DVR is being used.

This commit is contained in:
John Törnblom 2012-10-25 12:40:28 +02:00
parent e049f5dae1
commit bc323d1932

View file

@ -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);
}