1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

New: Use Series Folder Format to improve unmapped folders within root folders

This commit is contained in:
Mark McDowall
2023-02-04 15:18:32 -08:00
parent 119addd75f
commit 81d2b18ce1
8 changed files with 86 additions and 10 deletions
@@ -32,7 +32,7 @@ class ImportSeriesTable extends Component {
unmappedFolders.forEach((unmappedFolder) => {
const id = unmappedFolder.name;
onSeriesLookup(id, unmappedFolder.path);
onSeriesLookup(id, unmappedFolder.path, unmappedFolder.relativePath);
onSetImportSeriesValue({
id,