feat: add automatic downloads for approved season requests

This commit is contained in:
maxDorninger
2025-05-31 13:45:44 +02:00
parent c89a5a19e8
commit 40c90d90ed
7 changed files with 111 additions and 13 deletions

View File

@@ -9,10 +9,10 @@ import {browser} from "$app/environment";
const apiUrl = browser ? env.PUBLIC_API_URL : env.PUBLIC_SSR_API_URL;
export const qualityMap: { [key: number]: string } = {
1: 'high',
2: 'medium',
3: 'low',
4: 'very low',
1: '4K/UHD',
2: '1080p/FullHD',
3: '720p/HD',
4: '480p/SD',
5: 'unknown'
};
export const torrentStatusMap: { [key: number]: string } = {