added ability to change simkl status

This commit is contained in:
2024-08-11 19:42:52 -04:00
parent a6b26171d4
commit 1b08918d8e
5 changed files with 77 additions and 10 deletions

View File

@ -53,3 +53,7 @@ export function SimklSyncEpisodes(arg1, arg2) {
export function SimklSyncRating(arg1, arg2) {
return window['go']['main']['App']['SimklSyncRating'](arg1, arg2);
}
export function SimklSyncStatus(arg1, arg2) {
return window['go']['main']['App']['SimklSyncStatus'](arg1, arg2);
}