Skip to content

Commit

Permalink
Update UpdateManga.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaminSarge authored Nov 24, 2024
1 parent 5593ae6 commit a0d8c06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class UpdateManga(
manualFetch: Boolean,
coverCache: CoverCache = Injekt.get(),
libraryPreferences: LibraryPreferences = Injekt.get(),
downloadManager: DownloadManager = Injekt.get()
downloadManager: DownloadManager = Injekt.get(),
): Boolean {
val remoteTitle = try {
remoteManga.title
Expand Down Expand Up @@ -87,7 +87,7 @@ class UpdateManga(
if (success && title != null) {
downloadManager.renameManga(source, localManga, title)
}
return success;
return success
}

suspend fun awaitUpdateFetchInterval(
Expand Down

0 comments on commit a0d8c06

Please sign in to comment.