This commit is contained in:
vapormusic 2022-04-29 16:28:12 +07:00
parent c9a5fc546f
commit 3e728848d7
7 changed files with 68 additions and 2 deletions

View file

@ -207,6 +207,7 @@ const app = new Vue({
showPlaylist: false,
castMenu: false,
moreInfo: false,
airplayPW: false,
},
socialBadges: {
badgeMap: {},
@ -3836,6 +3837,12 @@ const app = new Vue({
// tracks are found in relationship.data
},
setAirPlayCodeUI() {
this.modals.airplayPW = true
},
sendAirPlaySuccess(){
notyf.success('Device paired successfully!');
},
windowFocus(val) {
if (val) {
document.querySelectorAll(".animated-artwork-video").forEach(el => {