mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 07:48:50 +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