|
subscription = notifications.subscribe(`stations.nextSong?id=${station._id}`, _this.skipStation(station._id), true, station);
|
|
subscription = notifications.subscribe(`stations.nextSong?id=${station._id}`, _this.skipStation(station._id), true, station);
|
|
if (station.paused) return next(true, station);
|
|
if (station.paused) return next(true, station);
|