mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
switch to generic lookup type
This commit is contained in:
@@ -12,7 +12,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.Providers.Users
|
||||
{
|
||||
public class UserMetadataService : MetadataService<User, ItemId>
|
||||
public class UserMetadataService : MetadataService<User, ItemLookupInfo>
|
||||
{
|
||||
private readonly IUserManager _userManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user