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