Merge remote-tracking branch 'origin/upcoming' into upcoming

This commit is contained in:
Core 2022-01-26 20:48:16 +00:00
commit ff1c347aa8
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
27 changed files with 1150 additions and 144 deletions

View file

@ -27,7 +27,7 @@ export default class sendSongToTitlebar {
* @param attributes Music Attributes (attributes.state = current state)
*/
onPlaybackStateDidChange(attributes: any): void {
this._win.win.setTitle(`${(attributes != null && attributes.name != null && attributes.name.length > 0) ? (attributes.name + " - ") : ''}Cider`)
this._win.setTitle(`${(attributes != null && attributes.name != null && attributes.name.length > 0) ? (attributes.name + " - ") : ''}Cider`)
}
/**
* Runs on song change