Fixed Simkl Bugs
This commit is contained in:
@ -82,6 +82,10 @@ export function SimklLogin() {
|
||||
return window['go']['main']['App']['SimklLogin']();
|
||||
}
|
||||
|
||||
export function SimklSearch(arg1) {
|
||||
return window['go']['main']['App']['SimklSearch'](arg1);
|
||||
}
|
||||
|
||||
export function SimklSyncEpisodes(arg1, arg2) {
|
||||
return window['go']['main']['App']['SimklSyncEpisodes'](arg1, arg2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user