mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
Override release grab modal
New: Option to override release and grab New: Option to select download client when multiple of the same type are configured Closes #4526 Closes #4774
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import ModelBase from 'App/ModelBase';
|
||||
|
||||
export type SeriesType = 'anime' | 'daily' | 'standard';
|
||||
|
||||
export interface Image {
|
||||
coverType: string;
|
||||
url: string;
|
||||
@@ -59,7 +61,7 @@ interface Series extends ModelBase {
|
||||
runtime: number;
|
||||
seasonFolder: boolean;
|
||||
seasons: Season[];
|
||||
seriesType: string;
|
||||
seriesType: SeriesType;
|
||||
sortTitle: string;
|
||||
statistics: Statistics;
|
||||
status: string;
|
||||
|
||||
Reference in New Issue
Block a user