浏览代码

fix: probably fixed some issue in stations

Kristian Vos 5 年之前
父节点
当前提交
d177937fa9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {