feat: create route to fetch stream URL from provider

Summary:

Test Plan:
This commit is contained in:
2024-05-30 08:44:20 -04:00
parent 63cb1b26d9
commit 7aab9a19ec
10 changed files with 302 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
export const qualityPriority = {
default: 1,
auto: 1,
backup: 2,
"1080p": 3,
"720p": 4,
};
export const subtitlesPriority = { English: 1 };
export const audioPriority = { Japanese: 1 };