Explorar o código

Fixed issue with party mode not working

Kristian Vos %!s(int64=4) %!d(string=hai) anos
pai
achega
4953b8c854
Modificáronse 1 ficheiros con 1 adicións e 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 => {