Stremio / stremio-core

⚛️ The Stremio Core: types, addon system, UI models, core logic
MIT License
852 stars 62 forks source link

fix(Player): LibraryItem marked as watched on TimeChanged #675

Closed elpiel closed 2 months ago

elpiel commented 2 months ago

As discussed internally, this issue was related the Theater's throttling function which cause unexpected behavior as sending TimeChanged every ~3000 ms caused core to believe that the user is seeking and my default was using 1000.min(time_difference) where time_difference > 3000, hence the time_watched was wrong and episode wasn't marked as watched.