mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-31 14:33:54 -04:00
display top plugins
This commit is contained in:
parent
d9bbe9302e
commit
5de40ed147
@ -159,6 +159,12 @@ namespace MediaBrowser.Model.Updates
|
|||||||
/// <value><c>true</c> if [enable in application store]; otherwise, <c>false</c>.</value>
|
/// <value><c>true</c> if [enable in application store]; otherwise, <c>false</c>.</value>
|
||||||
public bool enableInAppStore { get; set; }
|
public bool enableInAppStore { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the installs.
|
||||||
|
/// </summary>
|
||||||
|
/// <value>The installs.</value>
|
||||||
|
public int installs { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="PackageInfo"/> class.
|
/// Initializes a new instance of the <see cref="PackageInfo"/> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user