Browse Source

fix: probably fixed some issue in stations

Kristian Vos 5 năm trước cách đây
mục cha
commit
d177937fa9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {