1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: Warning on add series list for Import list exclusions

Closes #8433
This commit is contained in:
Stevie Robinson
2026-03-01 18:05:01 +01:00
committed by GitHub
parent 6c329e8a6f
commit d99f8b5685
7 changed files with 31 additions and 3 deletions
+1
View File
@@ -2,6 +2,7 @@ import Series from 'Series/Series';
interface AddSeries extends Series {
folder: string;
isExcluded: boolean;
}
export default AddSeries;