We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024f103 commit 5d25777Copy full SHA for 5d25777
src/com/gotech/tv/launcher/service/ServerManager.java
@@ -88,7 +88,7 @@ private void resetUrl() {
88
89
mGetUserIdAndPwdUrl = "http://" + mBaseUrl + ":" + AAAport + "/aaa/setting/retrieveUserInfoByMac?";
90
91
- Hotel_GEt_VIDEO_REQURL = "http://" + mBaseUrl + ":" + AAAport + "/aaa/setting/getNewsVidio";
+ Hotel_GEt_VIDEO_REQURL = "http://" + mBaseUrl + ":" + AAAport + "/aaa/setting/getNewsVideo";
92
93
checkAndroidVersionUrl = "http://" + mBaseUrl + ":8081/upgrade/version.xml";
94
0 commit comments