Quellcode durchsuchen

fix: probably fixed some issue in stations

Kristian Vos vor 5 Jahren
Ursprung
Commit
d177937fa9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 {