File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ export default defineComponent({
111
111
/** @type {'EQUIRECTANGULAR' | 'EQUIRECTANGULAR_THREED_TOP_BOTTOM' | 'MESH'| null } */
112
112
vrProjection : null ,
113
113
playNextRecommendedVideo : false ,
114
+ autoplayPlaylists : false ,
114
115
recommendedVideos : [ ] ,
115
116
downloadLinks : [ ] ,
116
117
watchingPlaylist : false ,
@@ -183,7 +184,7 @@ export default defineComponent({
183
184
playNextRecommendedVideoByDefault : function ( ) {
184
185
return this . $store . getters . getPlayNextVideo
185
186
} ,
186
- autoplayPlaylists : function ( ) {
187
+ autoplayPlaylistsByDefault : function ( ) {
187
188
return this . $store . getters . getAutoplayPlaylists
188
189
} ,
189
190
hideRecommendedVideos : function ( ) {
@@ -305,6 +306,7 @@ export default defineComponent({
305
306
this . activeFormat = this . defaultVideoFormat
306
307
// So that the value for this session remains unchanged even if setting changed
307
308
this . playNextRecommendedVideo = this . playNextRecommendedVideoByDefault
309
+ this . autoplayPlaylists = this . autoplayPlaylistsByDefault
308
310
309
311
this . checkIfTimestamp ( )
310
312
} ,
You can’t perform that action at this time.
0 commit comments