mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
lazy load scripts
This commit is contained in:
@@ -153,6 +153,12 @@ namespace MediaBrowser.Model.Updates
|
||||
/// <value>The versions.</value>
|
||||
public List<PackageVersionInfo> versions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [enable in application store].
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [enable in application store]; otherwise, <c>false</c>.</value>
|
||||
public bool enableInAppStore { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PackageInfo"/> class.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user