mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 11:44:48 +03:00
standardize plugin version and guid properties
This commit is contained in:
@@ -26,18 +26,6 @@ namespace MediaBrowser.Model.Updates
|
||||
/// <value>The overview.</value>
|
||||
public string overview { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the thumb image.
|
||||
/// </summary>
|
||||
/// <value>The thumb image.</value>
|
||||
public string thumbImage { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the preview image.
|
||||
/// </summary>
|
||||
/// <value>The preview image.</value>
|
||||
public string previewImage { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the target filename for the downloaded binary.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user