Revert "Merge branch 'main' into develop"

This reverts commit 932ae6c385, reversing
changes made to 150098de59.
This commit is contained in:
Core 2022-03-16 00:04:13 +00:00
parent 182e903fc2
commit 4b0323e267
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
50 changed files with 19329 additions and 2344 deletions

View file

@ -184,7 +184,7 @@ export default class mpris {
/**
* Runs on playback State Change
* @param attributes Music Attributes (attributes.state = current state)
* @param attributes Music Attributes (attributes.status = current state)
*/
@mpris.linuxOnly
onPlaybackStateDidChange(attributes: object): void {