chore: removed last 'any' types + added declaration for mpris-service's Player class

This commit is contained in:
2023-05-13 22:45:15 +02:00
parent 62244f432a
commit 60eb1bbef9
7 changed files with 70 additions and 5 deletions

View File

@@ -13,7 +13,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 = {