mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update artist queries
This commit is contained in:
@@ -103,7 +103,8 @@ namespace MediaBrowser.Api
|
||||
User = user,
|
||||
MediaTypes = request.GetMediaTypes(),
|
||||
IncludeItemTypes = request.GetIncludeItemTypes(),
|
||||
Recursive = true
|
||||
Recursive = true,
|
||||
EnableTotalRecordCount = false
|
||||
};
|
||||
|
||||
return query;
|
||||
|
||||
Reference in New Issue
Block a user