diff --git a/composeApp/src/commonMain/kotlin/com/nuvio/app/features/player/skip/PlayerNextEpisodeRules.kt b/composeApp/src/commonMain/kotlin/com/nuvio/app/features/player/skip/PlayerNextEpisodeRules.kt index a15b6b955..54d606751 100644 --- a/composeApp/src/commonMain/kotlin/com/nuvio/app/features/player/skip/PlayerNextEpisodeRules.kt +++ b/composeApp/src/commonMain/kotlin/com/nuvio/app/features/player/skip/PlayerNextEpisodeRules.kt @@ -111,10 +111,6 @@ object PlayerNextEpisodeRules { } val OUTRO_SEGMENT_TYPES = setOf("outro", "ed", "mixed-ed") - - const val POST_OUTRO_AUTOPLAY_GAP_MS = 5_000L - - const val END_OF_VIDEO_EPSILON_MS = 1_000L } internal expect fun currentDateComponents(): DateComponents