mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 10:07:15 +01:00
Fixed issue with plugins being deleted.
This commit is contained in:
@@ -56,10 +56,5 @@ namespace Emby.Server.Implementations.Plugins
|
||||
/// Gets or sets the Version number of the plugin.
|
||||
/// </summary>
|
||||
public string Version { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the Repository where the plugin originated.
|
||||
/// </summary>
|
||||
public string Repository { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user