mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove non-existing UserData field from requests
This commit is contained in:
parent
9a73772a08
commit
983a14c528
4 changed files with 4 additions and 4 deletions
|
@ -1244,7 +1244,7 @@ function renderSimilarItems(page, item, context) {
|
|||
const options = {
|
||||
userId: apiClient.getCurrentUserId(),
|
||||
limit: 12,
|
||||
fields: 'PrimaryImageAspectRatio,UserData,CanDelete'
|
||||
fields: 'PrimaryImageAspectRatio,CanDelete'
|
||||
};
|
||||
|
||||
if (item.Type == 'MusicAlbum' && item.AlbumArtists && item.AlbumArtists.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue