mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 16:23:06 +02:00
TotalHits was removed from package retrieval - too slow
This commit is contained in:
parent
8999ef9441
commit
4dc0a1e44a
1 changed files with 0 additions and 6 deletions
|
|
@ -117,12 +117,6 @@ namespace MediaBrowser.Model.Updates
|
|||
/// <value>The name.</value>
|
||||
public string guid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the total number of machines who have checked registration for this package (if premium).
|
||||
/// </summary>
|
||||
/// <value>The total hits.</value>
|
||||
public int totalHits { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the total number of ratings for this package.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue