mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-04 18:42:34 +00:00
ref: clean up constants unused after threshold change
This commit is contained in:
parent
4d811c2071
commit
539ec44a6d
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue