1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -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
@@ -67,6 +67,7 @@ export const actionHandlers = handleThunks({
const {
name,
path,
relativePath,
term,
topOfQueue = false
} = payload;
@@ -76,6 +77,7 @@ export const actionHandlers = handleThunks({
id: name,
term,
path,
relativePath,
isFetching: false,
isPopulated: false,
error: null