mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
update season queries
This commit is contained in:
@@ -171,7 +171,9 @@ namespace MediaBrowser.Controller.Entities.TV
|
||||
}
|
||||
query.IsVirtualItem = false;
|
||||
query.Limit = 0;
|
||||
return LibraryManager.GetItemsResult(query).TotalRecordCount;
|
||||
var totalRecordCount = LibraryManager.GetItemsResult(query).TotalRecordCount;
|
||||
|
||||
return totalRecordCount;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user