This commit is contained in:
GH Action - Upstream Sync 2023-01-19 12:35:01 +00:00
commit e044de2357
2 changed files with 1846 additions and 1826 deletions

File diff suppressed because it is too large Load Diff

View File

@ -51,6 +51,7 @@ public class Run {
for (Group group : groups) {
for (Channel channel : group.getChannel()) {
channel.number(String.format(Locale.getDefault(), "%03d", ++number));
channel.logo("https://gh-proxy.com/https://raw.githubusercontent.com/FongMi/TV/release/app/src/leanback/res/drawable-xxhdpi/ic_live.png");
combine(channel);
}
}