Merge pull request #2195 from OancaAndrei/syncplay-fix-next-item
Fix SyncPlay switching to next item in queue
This commit is contained in:
commit
60e8fc4d8e
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ class PlaybackCore {
|
||||||
onPlaybackStop(stopInfo) {
|
onPlaybackStop(stopInfo) {
|
||||||
this.lastCommand = null;
|
this.lastCommand = null;
|
||||||
Events.trigger(this.manager, 'playbackstop', [stopInfo]);
|
Events.trigger(this.manager, 'playbackstop', [stopInfo]);
|
||||||
this.manager.releaseCurrentPlayer();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue