diff --git a/src/dvr/dvr_rec.c b/src/dvr/dvr_rec.c index 09aed48..620660f 100644 --- a/src/dvr/dvr_rec.c +++ b/src/dvr/dvr_rec.c @@ -239,7 +239,19 @@ static const char *dvr_do_prefix(const char *id, const char *s) static const char *dvr_sub_title(const char *id, const void *aux) { - return dvr_do_prefix(id, lang_str_get(((dvr_entry_t *)aux)->de_title, NULL)); + int i; + char* buf = (char*) dvr_do_prefix(id, lang_str_get(((dvr_entry_t *)aux)->de_title, NULL)); + + /* Remove / from title */ + for (i=0; i