Browse Source

remove unnecessary property for repository object

dkanada 5 năm trước cách đây
mục cha
commit
d6184dbadd

+ 1 - 2
Jellyfin.Server/Migrations/Routines/AddDefaultPluginRepository.cs

@@ -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();
         }
         }
     }
     }
-}
+}

+ 0 - 6
MediaBrowser.Model/Updates/RepositoryInfo.cs

@@ -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>