mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
tiny fixes/enhancements
This commit is contained in:
parent
297e31580a
commit
241d827752
1 changed files with 3 additions and 2 deletions
|
@ -82,13 +82,14 @@ export default {
|
|||
},
|
||||
player: null,
|
||||
audioplayer: null,
|
||||
sponsors: null
|
||||
sponsors: null,
|
||||
selectedAutoPlay: null
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.selectedAutoPlay = Constants.AUTO_PLAY;
|
||||
this.getVideoData();
|
||||
this.getSponsors();
|
||||
this.selectedAutoPlay = Constants.AUTO_PLAY;
|
||||
},
|
||||
beforeUnmount() {
|
||||
if (this.player) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue