mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-11 10:10:35 +01:00
update components
This commit is contained in:
@@ -20,11 +20,6 @@
|
||||
/// </summary>
|
||||
AwardSummary,
|
||||
|
||||
/// <summary>
|
||||
/// The budget
|
||||
/// </summary>
|
||||
Budget,
|
||||
|
||||
/// <summary>
|
||||
/// The can delete
|
||||
/// </summary>
|
||||
@@ -173,11 +168,6 @@
|
||||
|
||||
RecursiveItemCount,
|
||||
|
||||
/// <summary>
|
||||
/// The revenue
|
||||
/// </summary>
|
||||
Revenue,
|
||||
|
||||
/// <summary>
|
||||
/// The season name
|
||||
/// </summary>
|
||||
|
||||
@@ -20,14 +20,6 @@ namespace MediaBrowser.Model.Querying
|
||||
/// </summary>
|
||||
public const string Artist = "Artist";
|
||||
/// <summary>
|
||||
/// The budget
|
||||
/// </summary>
|
||||
public const string Budget = "Budget";
|
||||
/// <summary>
|
||||
/// The revenue
|
||||
/// </summary>
|
||||
public const string Revenue = "Revenue";
|
||||
/// <summary>
|
||||
/// The date created
|
||||
/// </summary>
|
||||
public const string DateCreated = "DateCreated";
|
||||
|
||||
Reference in New Issue
Block a user