Add:Sync local media progress button on local media page

This commit is contained in:
advplyr
2022-12-11 12:01:54 -06:00
parent 067c2f84dd
commit feec7f7399
4 changed files with 57 additions and 9 deletions
+5 -3
View File
@@ -766,9 +766,11 @@ export default {
screenOrientationChange() {
setTimeout(() => {
this.updateScreenSize()
this.trackWidth = this.$refs.track.clientWidth
this.updateTrack()
this.updateReadyTrack()
if (this.$refs.track) {
this.trackWidth = this.$refs.track.clientWidth
this.updateTrack()
this.updateReadyTrack()
}
}, 50)
},
updateScreenSize() {