fixed a bug in simkl where nothing loads if it does not have an anilist id

This commit is contained in:
2024-09-14 23:58:09 -04:00
parent be6c3439ca
commit 4c329d6b9d
3 changed files with 23 additions and 7 deletions

View File

@ -42,7 +42,7 @@ export function SimklGetUserWatchlist():Promise<main.SimklWatchList>;
export function SimklLogin():Promise<void>;
export function SimklSearch(arg1:number):Promise<main.SimklAnime>;
export function SimklSearch(arg1:main.MediaList):Promise<main.SimklAnime>;
export function SimklSyncEpisodes(arg1:main.SimklAnime,arg2:number):Promise<main.SimklAnime>;