created function to get a single anime with all fields of watch

This commit is contained in:
2024-07-25 09:18:46 -04:00
parent 286ecbfddd
commit cdf37707bf
3 changed files with 123 additions and 3 deletions

View File

@ -10,6 +10,10 @@ export function AniListSearch(arg1) {
return window['go']['main']['App']['AniListSearch'](arg1);
}
export function AniListUpdateEntry(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12) {
return window['go']['main']['App']['AniListUpdateEntry'](arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12);
}
export function GetAniListItem(arg1) {
return window['go']['main']['App']['GetAniListItem'](arg1);
}