Merge branch 'feature/typescript' of github.com:Mastermindzh/tidal-hifi into feature/theming

This commit is contained in:
2023-05-13 22:55:10 +02:00
9 changed files with 82 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ import { setTitle } from "./scripts/window-functions";
const notificationPath = `${app.getPath("userData")}/notification.jpg`;
const appName = "Tidal Hifi";
let currentSong = "";
let player: any;
let player: Player;
let currentPlayStatus = statuses.paused;
const elements = {