mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-26 06:22:51 +00:00
begin to rework repositories
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
using Emby.Server.Implementations.Persistence;
|
||||
using Emby.Server.Implementations.Data;
|
||||
using MediaBrowser.Controller.Configuration;
|
||||
using MediaBrowser.Model.Tasks;
|
||||
using Emby.Server.Core.Data;
|
||||
using Emby.Server.Implementations.Migrations;
|
||||
|
||||
namespace Emby.Server.Core.Migrations
|
||||
{
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Emby.Server.Core.Migrations
|
||||
{
|
||||
public interface IVersionMigration
|
||||
{
|
||||
Task Run();
|
||||
}
|
||||
}
|
||||
@@ -9,6 +9,7 @@ using MediaBrowser.Controller.Configuration;
|
||||
using MediaBrowser.Model.Logging;
|
||||
using MediaBrowser.Model.Serialization;
|
||||
using MediaBrowser.Model.Updates;
|
||||
using Emby.Server.Implementations.Migrations;
|
||||
|
||||
namespace Emby.Server.Core.Migrations
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user