Constant stremio_core::constants::WATCHED_THRESHOLD_COEF
source · pub const WATCHED_THRESHOLD_COEF: f64 = 0.7;
Expand description
A LibraryItem
is considered watched once we’ve watched more than the duration * threshold
:
LibraryItem.state.time_watched
> LibraryItem.state.duration
* WATCHED_THRESHOLD_COEF