mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 02:24:44 +01:00
update environment detection
This commit is contained in:
@@ -165,12 +165,6 @@ namespace MediaBrowser.Model.Dto
|
||||
|
||||
public string[] ProductionLocations { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the critic rating summary.
|
||||
/// </summary>
|
||||
/// <value>The critic rating summary.</value>
|
||||
public string CriticRatingSummary { get; set; }
|
||||
|
||||
public List<string> MultiPartGameFiles { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -42,11 +42,6 @@
|
||||
|
||||
ChildCount,
|
||||
|
||||
/// <summary>
|
||||
/// The critic rating summary
|
||||
/// </summary>
|
||||
CriticRatingSummary,
|
||||
|
||||
/// <summary>
|
||||
/// The cumulative run time ticks
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user