Fix page previews only showing previews when the manga first loaded
This commit is contained in:
@@ -98,7 +98,7 @@ class SYDomainModule : InjektModule {
|
||||
addFactory { CreateSortTag(get(), get()) }
|
||||
addFactory { DeleteSortTag(get(), get()) }
|
||||
addFactory { ReorderSortTag(get(), get()) }
|
||||
addFactory { GetPagePreviews(get()) }
|
||||
addFactory { GetPagePreviews(get(), get()) }
|
||||
|
||||
// Required for [MetadataSource]
|
||||
addFactory<MetadataSource.GetMangaId> { GetManga(get()) }
|
||||
|
||||
Reference in New Issue
Block a user