Add "local source" as possible migration destination source
closes #1107
This commit is contained in:
@@ -53,6 +53,7 @@ export const MigrationSelectDestinationSources = () => {
|
||||
const filteredSources = Sources.filter(allSources, {
|
||||
languages: browseLanguages,
|
||||
isNsfw: showNsfw ? undefined : false,
|
||||
keepLocalSource: true,
|
||||
});
|
||||
|
||||
return Object.values(Sources.groupByLanguage(filteredSources)).flat();
|
||||
|
||||
Reference in New Issue
Block a user