Working player, some other fixes
This commit is contained in:
2
src/env.d.ts
vendored
2
src/env.d.ts
vendored
@@ -9,4 +9,6 @@ interface Window {
|
||||
getDefaultTheme: () => "auto" | "dark" | "light";
|
||||
};
|
||||
navbarDisplay: "normal" | "transparent";
|
||||
player: any;
|
||||
playerIsInitialised: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user