Skip to content

Commit

Permalink
fix: request additional jellyfin user view types by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa committed Dec 12, 2024
1 parent 5a704eb commit a4cb229
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion server/src/external/jellyfin/JellyfinApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,17 @@ export class JellyfinApiClient extends BaseApiClient<JellyfinApiClientOptions> {
params: {
userId: userId ?? this.options.userId,
includeExternalContent: false,
presetViews: ['movies', 'tvshows', 'music', 'playlists', 'folders'],
presetViews: [
'movies',
'tvshows',
'music',
'playlists',
'folders',
'homevideos',
'boxsets',
'trailers',
'musicvideos',
],
},
});
}
Expand Down

0 comments on commit a4cb229

Please sign in to comment.