Skip to content

Commit

Permalink
Fix #1246 (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin0319 authored Nov 30, 2024
1 parent e6e2b20 commit 24309c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/alspotron.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
};

if (!Spicetify.Player.isPlaying()) {
info.status = 'stopped';
info.status = 'paused';
return info;
}

Expand Down

0 comments on commit 24309c3

Please sign in to comment.