Jelajahi Sumber

fix: probably fixed some issue in stations

Kristian Vos 5 tahun lalu
induk
melakukan
d177937fa9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      backend/logic/stations.js

+ 1 - 1
backend/logic/stations.js

@@ -397,7 +397,7 @@ module.exports = class extends coreClass {
 									if (!err) return next(null, song, station.currentSongIndex + 1);
 									else {
 										station.currentSongIndex++;
-										next(null, null);
+										next(null, null, null);
 									}
 								});
 							} else {