mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
# Add Button to download whole series/Season
- Refactored DownloadItem.tsx to be compatible with multiple items - Updated queueActions.enqueue signature to be compatible with array of jobs - Added download button beside season dropdown to download entire season - Added download button to series page to download entire series
This commit is contained in:
@@ -10,8 +10,8 @@ interface PlaySettings {
|
||||
item: BaseItemDto;
|
||||
bitrate: (typeof BITRATES)[0];
|
||||
mediaSource?: MediaSourceInfo | null;
|
||||
audioIndex?: number | null;
|
||||
subtitleIndex?: number | null;
|
||||
audioIndex?: number | undefined;
|
||||
subtitleIndex?: number | undefined;
|
||||
}
|
||||
|
||||
export function getDefaultPlaySettings(
|
||||
|
||||
Reference in New Issue
Block a user