File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -338,8 +338,7 @@ export default defineComponent({
338
338
this . autoplayNextPlaylistVideo = this . autoplayNextPlaylistVideoByDefault
339
339
340
340
this . checkIfTimestamp ( )
341
- const stored = sessionStorage . getItem ( 'playbackRate' )
342
- this . currentPlaybackRate = stored !== null ? parseFloat ( stored ) : this . $store . getters . getDefaultPlayback
341
+ this . currentPlaybackRate = this . $store . getters . getDefaultPlayback
343
342
} ,
344
343
mounted : function ( ) {
345
344
this . onMountedDependOnLocalStateLoading ( )
@@ -1771,7 +1770,6 @@ export default defineComponent({
1771
1770
1772
1771
updatePlaybackRate ( newRate ) {
1773
1772
this . currentPlaybackRate = newRate
1774
- sessionStorage . setItem ( 'playbackRate' , newRate . toString ( ) )
1775
1773
} ,
1776
1774
1777
1775
destroyPlayer : async function ( ) {
You can’t perform that action at this time.
0 commit comments