Minor cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user