mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-07 23:02:57 +01:00
add new image params
This commit is contained in:
@@ -81,11 +81,21 @@ namespace MediaBrowser.Model.Querying
|
||||
/// </summary>
|
||||
Keywords,
|
||||
|
||||
/// <summary>
|
||||
/// The media source count
|
||||
/// </summary>
|
||||
MediaSourceCount,
|
||||
|
||||
/// <summary>
|
||||
/// The media versions
|
||||
/// </summary>
|
||||
MediaSources,
|
||||
|
||||
/// <summary>
|
||||
/// The metascore
|
||||
/// </summary>
|
||||
Metascore,
|
||||
|
||||
/// <summary>
|
||||
/// The metadata settings
|
||||
/// </summary>
|
||||
@@ -101,6 +111,11 @@ namespace MediaBrowser.Model.Querying
|
||||
/// </summary>
|
||||
ParentId,
|
||||
|
||||
/// <summary>
|
||||
/// The part count
|
||||
/// </summary>
|
||||
PartCount,
|
||||
|
||||
/// <summary>
|
||||
/// The physical path of the item
|
||||
/// </summary>
|
||||
@@ -126,6 +141,11 @@ namespace MediaBrowser.Model.Querying
|
||||
/// </summary>
|
||||
PrimaryImageAspectRatio,
|
||||
|
||||
/// <summary>
|
||||
/// The original primary image aspect ratio
|
||||
/// </summary>
|
||||
OriginalPrimaryImageAspectRatio,
|
||||
|
||||
/// <summary>
|
||||
/// The revenue
|
||||
/// </summary>
|
||||
@@ -171,6 +191,11 @@ namespace MediaBrowser.Model.Querying
|
||||
/// </summary>
|
||||
Tags,
|
||||
|
||||
/// <summary>
|
||||
/// The vote count
|
||||
/// </summary>
|
||||
VoteCount,
|
||||
|
||||
/// <summary>
|
||||
/// The TMDB collection name
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user