We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d705292 commit 69e9500Copy full SHA for 69e9500
src/renderer/views/Watch/Watch.js
@@ -1264,6 +1264,12 @@ export default defineComponent({
1264
},
1265
1266
handleVideoLoaded: function () {
1267
+ if (this.sabrReloadCount > 0) {
1268
+ // DO NOT count player reload requests during video playback (at the middle)
1269
+ // Video loaded = not reload loop
1270
+ this.sabrReloadCount--
1271
+ }
1272
+
1273
// will trigger again if you switch formats or change legacy quality
1274
// Check isUpcoming to avoid marking upcoming videos as watched if the user has only watched the trailer
1275
if (!this.videoPlayerLoaded && !this.isUpcoming) {
0 commit comments