소스 검색

Fixed issue with party mode not working

Kristian Vos 4 년 전
부모
커밋
4953b8c854
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 => {