getWatchedMoviesSnapshot on start
This commit is contained in:
parent
fd7e4e0756
commit
a2239ca5ee
1 changed files with 3 additions and 1 deletions
|
|
@ -449,7 +449,9 @@ class TraktProgressService @Inject constructor(
|
|||
}
|
||||
}
|
||||
result as Set<String>
|
||||
}.distinctUntilChanged()
|
||||
}
|
||||
.onStart { getWatchedMoviesSnapshot(forceRefresh = false) }
|
||||
.distinctUntilChanged()
|
||||
}
|
||||
|
||||
suspend fun markAsWatched(
|
||||
|
|
|
|||
Loading…
Reference in a new issue