updated nuget

This commit is contained in:
Luke Pulverenti
2013-10-20 23:01:22 -04:00
parent 14d8f48f31
commit 9456886848
12 changed files with 142 additions and 126 deletions

View File

@@ -200,7 +200,7 @@ namespace MediaBrowser.Api.UserLibrary
{
var userdata = UserDataRepository.GetUserData(user.Id, i.GetUserDataKey());
return userdata != null && userdata.Likes.HasValue && userdata.IsFavorite;
return userdata != null && userdata.IsFavorite;
});
}