remove unnecessary property for repository object

This commit is contained in:
dkanada
2020-06-06 18:57:00 +09:00
parent 1a67a34bd6
commit d6184dbadd
2 changed files with 1 additions and 8 deletions

View File

@@ -15,7 +15,6 @@ namespace Jellyfin.Server.Migrations.Routines
{
Name = "Jellyfin Stable",
Url = "https://repo.jellyfin.org/releases/plugin/manifest-stable.json",
Id = Guid.Parse("3721cd80-b10f-4b26-aecd-74c0f0defe97"),
Enabled = true
};
@@ -41,4 +40,4 @@ namespace Jellyfin.Server.Migrations.Routines
_serverConfigurationManager.SaveConfiguration();
}
}
}
}