mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
de-normalize item by name data. create counts during library scan for fast access.
This commit is contained in:
@@ -11,6 +11,10 @@ namespace MediaBrowser.Model.Dto
|
||||
/// </summary>
|
||||
/// <value>The total count.</value>
|
||||
public int TotalCount { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the adult video count.
|
||||
/// </summary>
|
||||
/// <value>The adult video count.</value>
|
||||
public int AdultVideoCount { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the movie count.
|
||||
|
||||
Reference in New Issue
Block a user