updated nuget

This commit is contained in:
Luke Pulverenti
2013-12-02 16:46:22 -05:00
parent cd279d98e0
commit 245e92c9cc
37 changed files with 180 additions and 91 deletions

View File

@@ -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)
{