Initialial upload

This commit is contained in:
Greenback
2020-11-19 13:34:09 +00:00
parent 742966573d
commit 18855a7884
8 changed files with 134 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using MediaBrowser.Controller.Configuration;
using MediaBrowser.Model.Updates;
@@ -14,7 +14,7 @@ namespace Jellyfin.Server.Migrations.Routines
private readonly RepositoryInfo _defaultRepositoryInfo = new RepositoryInfo
{
Name = "Jellyfin Stable",
Url = "https://repo.jellyfin.org/releases/plugin/manifest-stable.json"
Url = "https://repo.jellyfin.org/releases/plugin/manifest-stable.json",
};
/// <summary>
@@ -46,4 +46,4 @@ namespace Jellyfin.Server.Migrations.Routines
}
}
}
}
}