mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fixing a typo
This commit is contained in:
parent
3fe7c83415
commit
61eeb40c53
@ -2,15 +2,14 @@ using System;
|
||||
using System.Collections;
|
||||
using System.Linq.Expressions;
|
||||
using System.Threading.Tasks;
|
||||
using Kyoo.Models;
|
||||
|
||||
namespace Kyoo.Controllers
|
||||
{
|
||||
public class LibaryManager : ALibraryManager
|
||||
public class LibraryManager : ALibraryManager
|
||||
{
|
||||
private readonly DatabaseContext _database;
|
||||
|
||||
public LibaryManager(ILibraryRepository libraryRepository,
|
||||
public LibraryManager(ILibraryRepository libraryRepository,
|
||||
ILibraryItemRepository libraryItemRepository,
|
||||
ICollectionRepository collectionRepository,
|
||||
IShowRepository showRepository,
|
||||
|
Loading…
x
Reference in New Issue
Block a user