set default epg
This commit is contained in:
parent
2fe3d3c6e7
commit
b06bf4266d
724
json/live.json
724
json/live.json
File diff suppressed because it is too large
Load Diff
|
|
@ -48,7 +48,7 @@ public class Run {
|
||||||
Group group = groups.get(groups.size() - 1);
|
Group group = groups.get(groups.size() - 1);
|
||||||
String name = split[0];
|
String name = split[0];
|
||||||
String url = split[1];
|
String url = split[1];
|
||||||
group.find(Channel.create().name(name)).addUrls(url.split("#"));
|
group.find(Channel.create().name(name).epg(name)).addUrls(url.split("#"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
int number = 0;
|
int number = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue