mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix comment
This commit is contained in:
parent
69d87b7b36
commit
d9f8180c35
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
@ -1059,4 +1059,4 @@ class SimklApi(index: Int) : AccountManager(index), SyncAPI {
|
||||||
|
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue