set default epg

This commit is contained in:
FongMi 2022-12-28 17:56:20 +08:00
parent 2fe3d3c6e7
commit b06bf4266d
2 changed files with 725 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -48,7 +48,7 @@ public class Run {
Group group = groups.get(groups.size() - 1);
String name = split[0];
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;