mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding real debrid user auth
This commit is contained in:
parent
86816dc3c3
commit
183b85d66a
24 changed files with 234 additions and 137 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue