mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
Added an adult video entity
This commit is contained in:
@@ -11,6 +11,7 @@ namespace MediaBrowser.Model.Dto
|
||||
/// </summary>
|
||||
/// <value>The total count.</value>
|
||||
public int TotalCount { get; set; }
|
||||
public int AdultVideoCount { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the movie count.
|
||||
/// </summary>
|
||||
|
||||
@@ -6,6 +6,7 @@ namespace MediaBrowser.Model.Dto
|
||||
/// </summary>
|
||||
public class ItemCounts
|
||||
{
|
||||
public int AdultVideoCount { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the movie count.
|
||||
/// </summary>
|
||||
|
||||
@@ -16,5 +16,7 @@ namespace MediaBrowser.Model.Entities
|
||||
public const string HomeVideos = "homevideos";
|
||||
|
||||
public const string BoxSets = "boxsets";
|
||||
|
||||
public const string AdultVideos = "adultvideos";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user