DESKTOP-SVI9JE1\muzen před 2 roky
rodič
revize
4e29676e75
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/utils/openApp.js

+ 1 - 1
src/utils/openApp.js

@@ -13,7 +13,7 @@ const openApp = function (url) {
       window.location.href = `airsmart://${url}&cmd=openPage`
     } else {
       // window.location.href = `airsmart://com.muzen.radioplayer:8888/main?page=${page}&channel=${channel}&audioType=${audioType}&audioId=${audioId}`
-      window.location.href = `airsmart://muzen/${url}&cmd=openPage`
+      window.location.href = `airsmart://muzen${url}&cmd=openPage`
     }
 
     var timer = setTimeout(() => {