Explorar el Código

Fixed issue with party mode not working

Kristian Vos hace 4 años
padre
commit
4953b8c854
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 => {