mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2342 from OancaAndrei/syncplay-clear-queue
Clear playlist in SyncPlay group
This commit is contained in:
commit
936f29a836
3 changed files with 24 additions and 2 deletions
|
@ -78,8 +78,7 @@ export function getItemsForPlayback(apiClient, query) {
|
|||
|
||||
return apiClient.getItem(apiClient.getCurrentUserId(), itemId).then(function (item) {
|
||||
return {
|
||||
Items: [item],
|
||||
TotalRecordCount: 1
|
||||
Items: [item]
|
||||
};
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue