Parcourir la source

Fixed issue with party mode not working

Kristian Vos il y a 4 ans
Parent
commit
4953b8c854
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      backend/logic/stations.js

+ 1 - 1
backend/logic/stations.js

@@ -749,7 +749,7 @@ class _StationsModule extends CoreClass {
 										{ stationId: station._id },
 										this
 									).then(() => {
-										next(null, response.song, 0, station);
+										next(null, response.song, station);
 									});
 								})
 								.catch(err => {