From d9f8180c351465a1d85eb836b4e9f5bc7539cf75 Mon Sep 17 00:00:00 2001 From: self-similarity <137652432+self-similarity@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:17:11 +0000 Subject: [PATCH] fix comment --- .../cloudstream3/syncproviders/providers/SimklApi.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/SimklApi.kt b/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/SimklApi.kt index 1dc82b73..36932396 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/SimklApi.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/SimklApi.kt @@ -416,7 +416,7 @@ class SimklApi(index: Int) : AccountManager(index), SyncAPI { if (newEpisodes > (oldEpisodes ?: 0)) { 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) { status = SimklListStatusType.Watching.value } @@ -1059,4 +1059,4 @@ class SimklApi(index: Int) : AccountManager(index), SyncAPI { return true } -} \ No newline at end of file +}