mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
updated nuget
This commit is contained in:
@@ -48,7 +48,7 @@ namespace MediaBrowser.Server.Implementations.Sorting
|
||||
|
||||
if (itemByName != null)
|
||||
{
|
||||
var counts = itemByName.GetItemByNameCounts(User);
|
||||
var counts = itemByName.GetItemByNameCounts(User.Id);
|
||||
|
||||
if (counts != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user