Fixing a typo

This commit is contained in:
Zoe Roux 2021-02-14 00:07:04 +01:00
parent 3fe7c83415
commit 61eeb40c53

View File

@ -2,15 +2,14 @@ using System;
using System.Collections; using System.Collections;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Threading.Tasks; using System.Threading.Tasks;
using Kyoo.Models;
namespace Kyoo.Controllers namespace Kyoo.Controllers
{ {
public class LibaryManager : ALibraryManager public class LibraryManager : ALibraryManager
{ {
private readonly DatabaseContext _database; private readonly DatabaseContext _database;
public LibaryManager(ILibraryRepository libraryRepository, public LibraryManager(ILibraryRepository libraryRepository,
ILibraryItemRepository libraryItemRepository, ILibraryItemRepository libraryItemRepository,
ICollectionRepository collectionRepository, ICollectionRepository collectionRepository,
IShowRepository showRepository, IShowRepository showRepository,