uptest
This commit is contained in:
parent
c9a5fc546f
commit
3e728848d7
7 changed files with 68 additions and 2 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue