This commit is contained in:
Core 2022-09-15 21:25:43 +01:00
parent 56ea833595
commit 45271e6115
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
4 changed files with 9 additions and 2 deletions

View file

@ -151,7 +151,7 @@ export default class DiscordRPC {
* Runs on song change
* @param attributes Music Attributes
*/
onNowPlayingItemDidChange(attributes: object): void {
playbackTimeDidChange(attributes: object): void {
this._attributes = attributes;
this.setActivity(attributes);
}