Minor cleanup

This commit is contained in:
Jobobby04
2022-12-17 23:33:56 -05:00
parent 28d0353306
commit 33d5c08597
2 changed files with 3 additions and 7 deletions
@@ -29,9 +29,7 @@ class MetadataViewScreenModel(
coroutineScope.launchIO {
_manga.value = getManga.await(mangaId)
}
}
init {
coroutineScope.launchIO {
val metadataSource = sourceManager.get(sourceId)?.getMainSource<MetadataSource<*, *>>()
if (metadataSource == null) {