mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-05 15:15:59 +02:00
Fixed: Import series when no results are returned from for a folder
This commit is contained in:
parent
a23639e62e
commit
544108df37
@ -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…
x
Reference in New Issue
Block a user