Fix missing semicolons in ts files

This commit is contained in:
Bill Thornton 2023-05-02 15:54:53 -04:00
parent 8041167473
commit 45623fe586
25 changed files with 29 additions and 29 deletions

2
src/apiclient.d.ts vendored
View file

@ -268,7 +268,7 @@ declare module 'jellyfin-apiclient' {
sendWebSocketMessage(name: string, data: any): void;
serverAddress(val?: string): string;
serverId(): string;
serverVersion(): string
serverVersion(): string;
setAuthenticationInfo(accessKey?: string, userId?: string): void;
setRequestHeaders(headers: any): void;
setSystemInfo(info: SystemInfo): void;