Fixed the thumbar and added icons and thumbar to build resources
Big brain me forgot it was status not state.
This commit is contained in:
parent
1587b2fc26
commit
8da0ebed97
8 changed files with 30 additions and 35 deletions
|
@ -24,7 +24,7 @@ export default class sendSongToTitlebar {
|
|||
onBeforeQuit(): void {}
|
||||
/**
|
||||
* Runs on playback State Change
|
||||
* @param attributes Music Attributes (attributes.state = current state)
|
||||
* @param attributes Music Attributes (attributes.status = current state)
|
||||
*/
|
||||
onPlaybackStateDidChange(attributes: any): void {
|
||||
this._win.setTitle(`${(attributes != null && attributes.name != null && attributes.name.length > 0) ? (attributes.name + " - ") : ''}Cider`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue