mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
added HasSyncJob
This commit is contained in:
@@ -74,7 +74,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
{
|
||||
var item = GetGenre(request.Name, LibraryManager);
|
||||
|
||||
var dtoOptions = new DtoOptions();
|
||||
var dtoOptions = GetDtoOptions(request);
|
||||
|
||||
if (request.UserId.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user