mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
Added an adult video entity
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user