fix: Fixed mpris not being set up correctly due to capitalization of the instance name

This commit is contained in:
2023-09-11 20:09:27 +02:00
parent 33070c157a
commit 9e2cbaed38
6 changed files with 68 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tidal-hifi",
"version": "5.7.0",
"version": "5.7.1",
"description": "Tidal on Electron with widevine(hifi) support",
"main": "ts-dist/main.js",
"scripts": {
@@ -72,4 +72,4 @@
"typescript": "^5.1.6"
},
"prettier": "@mastermindzh/prettier-config"
}
}