Explorar o código

Fixed bug in Music player desktop mode

tobychui %!s(int64=4) %!d(string=hai) anos
pai
achega
f2d08a0ab4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      web/Music/index.html

+ 4 - 0
web/Music/index.html

@@ -1596,6 +1596,10 @@
 	function setWindowHash(hashValue){
 		hashValue = JSON.stringify(hashValue);
 
+		if (!isAndroid){
+			return;
+		}
+		
 		if(history.pushState) {
 			window.history.pushState(null, null, '#' + hashValue);
 		}else {