Add "local source" as possible migration destination source
closes #1107
This commit is contained in:
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||||||
|
|
||||||
- (**Migration**) Add a search option to ignore outdated matches
|
- (**Migration**) Add a search option to ignore outdated matches
|
||||||
- (**Migration**) Add a search option to ignore matches with missing chapters
|
- (**Migration**) Add a search option to ignore matches with missing chapters
|
||||||
|
- (**Migration**) Add "local source" as a possible destination source
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ export const MigrationSelectDestinationSources = () => {
|
|||||||
const filteredSources = Sources.filter(allSources, {
|
const filteredSources = Sources.filter(allSources, {
|
||||||
languages: browseLanguages,
|
languages: browseLanguages,
|
||||||
isNsfw: showNsfw ? undefined : false,
|
isNsfw: showNsfw ? undefined : false,
|
||||||
|
keepLocalSource: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
return Object.values(Sources.groupByLanguage(filteredSources)).flat();
|
return Object.values(Sources.groupByLanguage(filteredSources)).flat();
|
||||||
|
|||||||
Reference in New Issue
Block a user