mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-25 15:07:21 +00:00
tiny fixes/enhancements
This commit is contained in:
parent
07c1b8e986
commit
1fc311f070
@ -82,13 +82,14 @@ export default {
|
|||||||
},
|
},
|
||||||
player: null,
|
player: null,
|
||||||
audioplayer: null,
|
audioplayer: null,
|
||||||
sponsors: null
|
sponsors: null,
|
||||||
|
selectedAutoPlay: null
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.selectedAutoPlay = Constants.AUTO_PLAY;
|
||||||
this.getVideoData();
|
this.getVideoData();
|
||||||
this.getSponsors();
|
this.getSponsors();
|
||||||
this.selectedAutoPlay = Constants.AUTO_PLAY;
|
|
||||||
},
|
},
|
||||||
beforeUnmount() {
|
beforeUnmount() {
|
||||||
if (this.player) {
|
if (this.player) {
|
||||||
|
Loading…
Reference in New Issue
Block a user