don't show fully watched episodes in "Up next"

This commit is contained in:
2022-03-04 20:42:21 +01:00
parent e8bf63a666
commit 4505f95309
4 changed files with 11 additions and 4 deletions

View File

@ -106,7 +106,7 @@ data class ContinueWatchingItem(
// @SerialName("completion_status") val completionStatus: Boolean,
@SerialName("playhead") val playhead: Int,
// not present in watchlist -> continue_watching_item
// @SerialName("fully_watched") val fullyWatched: Boolean,
@SerialName("fully_watched") val fullyWatched: Boolean = false,
)
// EpisodePanel is used in ContinueWatchingItem