1
0
Fork 0
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:
Ionut Andrei Oanca 2021-01-24 01:26:24 +01:00
parent 31e9c3d95e
commit c6a245fa6a

View file

@ -91,8 +91,7 @@ export function getItemsForPlayback(apiClient, query) {
return apiClient.getItem(apiClient.getCurrentUserId(), itemId).then(function (item) {
return {
Items: [item],
TotalRecordCount: 1
Items: [item]
};
});
} else {