Create 修改epg.md

This commit is contained in:
dlgt7
2023-05-27 19:23:23 +08:00
committed by GitHub
parent 71c4322042
commit cef3cc494e
+9
View File
@@ -0,0 +1,9 @@
app/src/main/java/com/github/tvbox/osc/ui/activity/LivePlayActivity.java
// Getting EPG Address
epgStringAddress = Hawk.get(HawkConfig.EPG_URL, "");
if (StringUtils.isBlank(epgStringAddress)) {
epgStringAddress = "https://epg.112114.xyz/";
// Hawk.put(HawkConfig.EPG_URL, epgStringAddress);
tk版178行 俊版204行