simplify the custom repository feature for now

This commit is contained in:
dkanada
2020-06-06 22:02:30 +09:00
parent d6184dbadd
commit 8ac2f1bb8b
3 changed files with 1 additions and 13 deletions

View File

@@ -14,8 +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",
Enabled = true
Url = "https://repo.jellyfin.org/releases/plugin/manifest-stable.json"
};
/// <summary>