Minor change

This commit is contained in:
WardPearce
2025-12-13 13:02:32 +13:00
parent e9925146c5
commit c359ecf5a8
@@ -606,9 +606,7 @@
if (data.playlistId) {
if (event.message === 'music-controls-next') {
goToNextVideo(data.video, data.playlistId);
}
if (event.message === 'music-controls-previous') {
} else if (event.message === 'music-controls-previous') {
goToPreviousVideo(data.playlistId);
}
}