mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Add support to create update tag translation task
This commit is contained in:
@@ -273,3 +273,15 @@ Map<String, dynamic> _$DefaultImportConfigToJson(
|
||||
'mpv': instance.mpv,
|
||||
'remove_previous_gallery': instance.removePreviousGallery,
|
||||
};
|
||||
|
||||
UpdateTagTranslationConfig _$UpdateTagTranslationConfigFromJson(
|
||||
Map<String, dynamic> json) =>
|
||||
UpdateTagTranslationConfig(
|
||||
file: json['file'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$UpdateTagTranslationConfigToJson(
|
||||
UpdateTagTranslationConfig instance) =>
|
||||
<String, dynamic>{
|
||||
'file': instance.file,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user