mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Merge pull request #7331 from theguymadmax/fix-trickplays-on-playlists
Fix trickplay not displaying when content is played from a playlist
This commit is contained in:
@@ -7,7 +7,7 @@ import { toApi } from 'utils/jellyfin-apiclient/compat';
|
||||
function getFetchPlaylistItemsFn(apiClient, itemId) {
|
||||
return function () {
|
||||
const query = {
|
||||
Fields: 'PrimaryImageAspectRatio',
|
||||
Fields: 'PrimaryImageAspectRatio,MediaSourceCount,Chapters,Trickplay',
|
||||
EnableImageTypes: 'Primary,Backdrop,Banner,Thumb',
|
||||
UserId: apiClient.getCurrentUserId()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user