remove unnecessary property for repository object

pull/3244/head
dkanada 4 years ago
parent 1a67a34bd6
commit d6184dbadd

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

@ -19,12 +19,6 @@ namespace MediaBrowser.Model.Updates
/// <value>The URL.</value> /// <value>The URL.</value>
public string Url { get; set; } public string Url { get; set; }
/// <summary>
/// Gets or sets the ID.
/// </summary>
/// <value>The ID.</value>
public Guid Id { get; set; }
/// <summary> /// <summary>
/// Gets or sets the enabled status of the repository. /// Gets or sets the enabled status of the repository.
/// </summary> /// </summary>

Loading…
Cancel
Save