mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
switch to generic lookup type
This commit is contained in:
@@ -16,7 +16,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.Providers.BoxSets
|
||||
{
|
||||
public class BoxSetMetadataService : MetadataService<BoxSet, ItemId>
|
||||
public class BoxSetMetadataService : MetadataService<BoxSet, ItemLookupInfo>
|
||||
{
|
||||
private readonly ILibraryManager _libraryManager;
|
||||
private readonly ILocalizationManager _iLocalizationManager;
|
||||
|
||||
Reference in New Issue
Block a user