Bläddra i källkod

Fixed bug in Music player desktop mode

tobychui 4 år sedan
förälder
incheckning
f2d08a0ab4
1 ändrade filer med 4 tillägg och 0 borttagningar
  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 {