Clean up SqliteItemRepository

* remove dead code
* reduce allocations
This commit is contained in:
Bond_009
2022-02-15 22:27:38 +01:00
parent 5825a0572b
commit 23ea14aa27
5 changed files with 52 additions and 326 deletions

View File

@@ -1,5 +1,6 @@
#nullable disable
using System;
using System.Collections.Generic;
using System.Threading;
using MediaBrowser.Controller.Entities;
@@ -9,7 +10,7 @@ namespace MediaBrowser.Controller.Persistence
/// <summary>
/// Provides an interface to implement a UserData repository.
/// </summary>
public interface IUserDataRepository : IRepository
public interface IUserDataRepository : IDisposable
{
/// <summary>
/// Saves the user data.