mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
io utils; single favorite folder exporting and importing
This commit is contained in:
@@ -24,7 +24,7 @@ class ImageDownloader {
|
||||
var configs = <String, dynamic>{};
|
||||
if (sourceKey != null) {
|
||||
var comicSource = ComicSource.find(sourceKey);
|
||||
configs = comicSource!.getThumbnailLoadingConfig?.call(url) ?? {};
|
||||
configs = comicSource?.getThumbnailLoadingConfig?.call(url) ?? {};
|
||||
}
|
||||
configs['headers'] ??= {};
|
||||
if(configs['headers']['user-agent'] == null
|
||||
|
Reference in New Issue
Block a user