Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
IPTV: http/https - fix the m3u parsing (url pick)
  • Loading branch information
perexg committed Nov 12, 2015
1 parent 5d52f8a commit 5192186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/iptv/iptv_http.c
Expand Up @@ -142,7 +142,7 @@ iptv_http_complete
url = NULL;
HTSMSG_FOREACH(f, items) {
if ((item = htsmsg_field_get_map(f)) == NULL) continue;
url = htsmsg_get_str(items, "m3u-url");
url = htsmsg_get_str(item, "m3u-url");
if (url && url[0]) break;
}
tvhtrace("iptv", "m3u url: '%s'", url);
Expand Down

0 comments on commit 5192186

Please sign in to comment.