mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 19:24:47 +03:00
added HasSyncJob
This commit is contained in:
@@ -86,7 +86,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
{
|
||||
var item = GetPerson(request.Name, LibraryManager);
|
||||
|
||||
var dtoOptions = new DtoOptions();
|
||||
var dtoOptions = GetDtoOptions(request);
|
||||
|
||||
if (request.UserId.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user