mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2181 from MrTimscampi/no-userdata-field
Remove non-existing UserData field from requests
This commit is contained in:
commit
7cbaa99784
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ import listView from '../components/listview/listview';
|
|||
function getFetchPlaylistItemsFn(itemId) {
|
||||
return function () {
|
||||
const query = {
|
||||
Fields: 'PrimaryImageAspectRatio,UserData',
|
||||
Fields: 'PrimaryImageAspectRatio',
|
||||
EnableImageTypes: 'Primary,Backdrop,Banner,Thumb',
|
||||
UserId: ApiClient.getCurrentUserId()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue