standardize plugin version and guid properties

This commit is contained in:
dkanada
2020-04-11 19:52:40 +09:00
parent 8e9aeb84b1
commit 78abbcc251
6 changed files with 16 additions and 70 deletions

View File

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