Skip to content

Commit

Permalink
Use new metadata format in linux system api (mpris)
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Oct 16, 2024
1 parent 6a214c5 commit dd1fd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/services/@linux/system-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class LinuxMediaService extends MprisService implements NuclearApi {
this.metadata['mpris:length'] = 0;
this.window.send(IpcEvents.STOP);
this.sendMetadata({
artist: 'Nuclear',
artists: ['Nuclear'],
name: '',
uuid: '0',
thumbnail: '',
Expand Down

0 comments on commit dd1fd00

Please sign in to comment.