mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 11:14:47 +03:00
Added IsInstalledOnClient to Game
This commit is contained in:
@@ -31,6 +31,12 @@ namespace MediaBrowser.Model.Dto
|
||||
/// <value>The game extensions.</value>
|
||||
public List<string> GameFileExtensions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the client installed game count.
|
||||
/// </summary>
|
||||
/// <value>The client installed game count.</value>
|
||||
public int ClientInstalledGameCount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="GameSystemSummary"/> class.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user