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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user