feat: adding real debrid user auth

This commit is contained in:
Chubby Granny Chaser
2024-05-28 14:01:28 +01:00
parent 86816dc3c3
commit 183b85d66a
24 changed files with 234 additions and 137 deletions

View File

@@ -86,7 +86,7 @@ const loadState = async (userPreferences: UserPreferences | null) => {
import("./events");
if (userPreferences?.realDebridApiToken)
await RealDebridClient.authorize(userPreferences?.realDebridApiToken);
RealDebridClient.authorize(userPreferences?.realDebridApiToken);
const game = await gameRepository.findOne({
where: {