Remove duplicate serialization of episode URI.
This commit is contained in:
parent
79da735828
commit
0ba1eb832a
1 changed files with 0 additions and 1 deletions
|
@ -936,7 +936,6 @@ htsmsg_t *epg_episode_serialize ( epg_episode_t *episode )
|
|||
htsmsg_t *m, *a = NULL;
|
||||
if (!episode || !episode->uri) return NULL;
|
||||
if (!(m = _epg_object_serialize((epg_object_t*)episode))) return NULL;
|
||||
htsmsg_add_str(m, "uri", episode->uri);
|
||||
if (episode->title)
|
||||
htsmsg_add_str(m, "title", episode->title);
|
||||
if (episode->subtitle)
|
||||
|
|
Loading…
Add table
Reference in a new issue