aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/ArtistsService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-15 12:56:38 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-15 12:56:38 -0400
commit59d576ba09ca46e5ea7c1a300d82f3dc586b244e (patch)
tree862460e02cc8bea2fa1aa727797132908831d9d9 /MediaBrowser.Api/UserLibrary/ArtistsService.cs
parent58cc2248b9fc0daca3110527086612b4a99cfcf1 (diff)
updated theme song/video url's
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ArtistsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/ArtistsService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ArtistsService.cs b/MediaBrowser.Api/UserLibrary/ArtistsService.cs
index 6cd4ba0b7..16fabffee 100644
--- a/MediaBrowser.Api/UserLibrary/ArtistsService.cs
+++ b/MediaBrowser.Api/UserLibrary/ArtistsService.cs
@@ -114,7 +114,7 @@ namespace MediaBrowser.Api.UserLibrary
{
var user = UserManager.GetUserById(request.UserId.Value);
- return await builder.GetBaseItemDto(item, user, fields.ToList()).ConfigureAwait(false);
+ return await builder.GetBaseItemDto(item, fields.ToList(), user).ConfigureAwait(false);
}
return await builder.GetBaseItemDto(item, fields.ToList()).ConfigureAwait(false);