Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 365 Bytes

修改epg.md

File metadata and controls

9 lines (7 loc) · 365 Bytes

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行