mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-25 06:43:48 +01:00
Show "Tidal Hifi" as application name for notify-send notifications (#75)
This commit is contained in:
parent
5ef6074015
commit
ae25d88e94
@ -292,6 +292,7 @@ setInterval(function () {
|
||||
const artists = elements.getArtists();
|
||||
const current = elements.getText("current");
|
||||
const duration = elements.getText("duration");
|
||||
const appName = "Tidal Hifi";
|
||||
const progressBarcurrentTime = elements.get("bar").getAttribute("aria-valuenow");
|
||||
const songDashArtistTitle = `${title} - ${artists}`;
|
||||
const currentStatus = getCurrentlyPlayingStatus();
|
||||
@ -302,6 +303,7 @@ setInterval(function () {
|
||||
url: currentURL,
|
||||
current: current,
|
||||
duration: duration,
|
||||
'app-name': appName,
|
||||
};
|
||||
|
||||
const playStatusChanged = currentStatus !== currentPlayStatus;
|
||||
|
Loading…
Reference in New Issue
Block a user