mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed: Import series when no results are returned from for a folder
This commit is contained in:
parent
a23639e62e
commit
544108df37
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ export const actionHandlers = handleThunks({
|
|||
updateOnly: true
|
||||
};
|
||||
|
||||
if (selectedSeries.seriesType !== seriesTypes.STANDARD) {
|
||||
if (selectedSeries && selectedSeries.seriesType !== seriesTypes.STANDARD) {
|
||||
itemProps.seriesType = selectedSeries.seriesType;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue