feat: add season request dialog and enhance season request management

This commit is contained in:
maxDorninger
2025-05-24 19:30:53 +02:00
parent d2f0b8f22d
commit 84abc3e81d
16 changed files with 349 additions and 41 deletions

View File

@@ -10,7 +10,7 @@ export const qualityMap: { [key: number]: string } = {
1: 'high',
2: 'medium',
3: 'low',
4: 'very_low',
4: 'very low',
5: 'unknown'
};
export const torrentStatusMap: { [key: number]: string } = {