Rename 'track' into 'item' in SyncPlay
This commit is contained in:
parent
308deaceba
commit
b71b53eb6a
4 changed files with 15 additions and 15 deletions
|
@ -66,8 +66,8 @@ class QueueCore {
|
|||
break;
|
||||
}
|
||||
case 'SetCurrentItem':
|
||||
case 'NextTrack':
|
||||
case 'PreviousTrack': {
|
||||
case 'NextItem':
|
||||
case 'PreviousItem': {
|
||||
playerWrapper.onQueueUpdate();
|
||||
|
||||
const playlistItemId = this.getCurrentPlaylistItemId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue