fix comment

This commit is contained in:
self-similarity 2023-10-25 16:17:11 +00:00 committed by GitHub
parent 69d87b7b36
commit d9f8180c35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -416,7 +416,7 @@ class SimklApi(index: Int) : AccountManager(index), SyncAPI {
if (newEpisodes > (oldEpisodes ?: 0)) { if (newEpisodes > (oldEpisodes ?: 0)) {
this.addEpisodes = getEpisodes(allEpisodes.take(newEpisodes)) this.addEpisodes = getEpisodes(allEpisodes.take(newEpisodes))
// Set to watching if there is episodes added and there is no status // Set to watching if episodes are added and there is no current status
if (!onList) { if (!onList) {
status = SimklListStatusType.Watching.value status = SimklListStatusType.Watching.value
} }