mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add crash reporter
This commit is contained in:
parent
f6bc738bcb
commit
256c2412e0
6 changed files with 192 additions and 12 deletions
4
src/global.d.ts
vendored
4
src/global.d.ts
vendored
|
@ -1,6 +1,10 @@
|
|||
export declare global {
|
||||
import { ApiClient, Events } from 'jellyfin-apiclient';
|
||||
|
||||
// Globals declared in webpack
|
||||
declare const __USE_SYSTEM_FONTS__: boolean;
|
||||
declare const __WEBPACK_SERVE__: boolean;
|
||||
|
||||
interface Window {
|
||||
ApiClient: ApiClient;
|
||||
Events: Events;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue