mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-13 10:52:28 -04:00
Reworking the LibraryManager's interface
This commit is contained in:
@@ -24,7 +24,9 @@ namespace Kyoo.Controllers
|
||||
{
|
||||
Database = database;
|
||||
}
|
||||
|
||||
|
||||
public Type RepositoryType => typeof(T);
|
||||
|
||||
public virtual void Dispose()
|
||||
{
|
||||
Database.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user