Add default logo
This commit is contained in:
parent
a2f33b4145
commit
20678fea46
|
|
@ -51,6 +51,7 @@ public class Run {
|
||||||
for (Group group : groups) {
|
for (Group group : groups) {
|
||||||
for (Channel channel : group.getChannel()) {
|
for (Channel channel : group.getChannel()) {
|
||||||
channel.number(String.format(Locale.getDefault(), "%03d", ++number));
|
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);
|
combine(channel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue