Bug #3470
Subtitle overwrites title value on htsp_build_dvrentry
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
HTSP
Target version:
-
Start date:
2016-01-03
Due date:
% Done:
100%
Estimated time:
Found in version:
master
Affected Versions:
Description
In https://github.com/tvheadend/tvheadend/blob/582562ff3ef3b0f0b1c5113585b527bbf2048f44/src/htsp_server.c in the method htsp_build_dvrentry there is a typo in line 886:
if(de->de_title && (s = lang_str_get(de->de_subtitle, lang))) htsmsg_add_str(out, "subtitle", s);
It should be
if(de->de_subtitle && ...
History
Updated by Jaroslav Kysela almost 9 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|ead75d5b14b543ee9722dd894a8711888105823b.