mirror of
https://github.com/NuvioMedia/NuvioMobile.git
synced 2026-08-07 14:40:09 +00:00
add isMovieEntry
This commit is contained in:
parent
6e5e41f351
commit
1d2ec889a0
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ internal fun SimklSyncSnapshot.animeAlternateWatchedKeys(): Set<String> {
|
|||
val extraKeys = linkedSetOf<String>()
|
||||
entries.forEach { entry ->
|
||||
if (entry.mediaType != SimklMediaType.ANIME) return@forEach
|
||||
if (entry.isMovieEntry()) return@forEach
|
||||
val media = entry.media ?: return@forEach
|
||||
val contentId = media.canonicalContentId() ?: return@forEach
|
||||
val contentType = "series"
|
||||
|
|
|
|||
Loading…
Reference in a new issue