chromecast (very botchy)
This commit is contained in:
parent
9e52541ecf
commit
c893304b5d
9 changed files with 483 additions and 19 deletions
|
@ -253,6 +253,7 @@ const app = new Vue({
|
|||
pluginMenu: false,
|
||||
audioControls: false,
|
||||
showPlaylist: false,
|
||||
castMenu: false
|
||||
},
|
||||
socialBadges: {
|
||||
badgeMap: {},
|
||||
|
@ -269,7 +270,8 @@ const app = new Vue({
|
|||
headerItems: {}
|
||||
}
|
||||
},
|
||||
pauseButtonTimer: null
|
||||
pauseButtonTimer: null,
|
||||
activeCasts: []
|
||||
},
|
||||
watch: {
|
||||
cfg: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue