mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix queue forcing unique items in SyncPlay
This commit is contained in:
parent
31e9c3d95e
commit
c6a245fa6a
1 changed files with 1 additions and 2 deletions
|
@ -91,8 +91,7 @@ export function getItemsForPlayback(apiClient, query) {
|
||||||
|
|
||||||
return apiClient.getItem(apiClient.getCurrentUserId(), itemId).then(function (item) {
|
return apiClient.getItem(apiClient.getCurrentUserId(), itemId).then(function (item) {
|
||||||
return {
|
return {
|
||||||
Items: [item],
|
Items: [item]
|
||||||
TotalRecordCount: 1
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue