mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 07:12:18 +01:00
convert album providers
This commit is contained in:
@@ -15,7 +15,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.Providers.BoxSets
|
||||
{
|
||||
public class BoxSetMetadataService : ConcreteMetadataService<BoxSet>
|
||||
public class BoxSetMetadataService : ConcreteMetadataService<BoxSet, ItemId>
|
||||
{
|
||||
private readonly ILibraryManager _libraryManager;
|
||||
private readonly ILocalizationManager _iLocalizationManager;
|
||||
|
||||
Reference in New Issue
Block a user