Closed prodlowd closed 5 months ago
Not really a bug
const isEnding = time >= duration - onePercent && duration !== 0;
This is how the ending is determined It basically skips one percent of the duration
We need to change this but we can't really do much
Not really a bug
const isEnding = time >= duration - onePercent && duration !== 0;
This is how the ending is determined It basically skips one percent of the duration
We need to change this but we can't really do much
As a feature request, why not make it so you can let the end user be capable of setting their own skip time?
Not really a bug
const isEnding = time >= duration - onePercent && duration !== 0;
This is how the ending is determined It basically skips one percent of the duration We need to change this but we can't really do much
As a feature request, why not make it so you can let the end user be capable of setting their own skip time?
No that is a crapy idea, just disable autoplay we might in future implement intro and outro skip times and use those
What happened?
The last 30s of every episode is skipped, haven't been able to find a cause on my end. Tried using Firefox (default browser with uBlock Origin) and also tried vanilla Edge with no add-ons, but the issue still occurred.
What browsers are you seeing the problem on?
Firefox, Microsoft Edge
Steps to reproduce?
Other relevant information
No response