mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-11 20:56:32 +00:00
begin to rework repositories
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Emby.Server.Implementations.Migrations
|
||||
{
|
||||
public interface IVersionMigration
|
||||
{
|
||||
Task Run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user