aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-04 22:41:14 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-04 22:41:14 -0500
commitccb4e5851963a95faa50f9c9403078a275e4cc7d (patch)
tree654c2858c48eabdb8fad62a5144b3f9b43d705be /MediaBrowser.Api/Library/LibraryService.cs
parent4a04483445165fa7121138ae2e77e52f7825d465 (diff)
3.0.5421
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs
index b1ee30c94..231f5e9a6 100644
--- a/MediaBrowser.Api/Library/LibraryService.cs
+++ b/MediaBrowser.Api/Library/LibraryService.cs
@@ -763,7 +763,7 @@ namespace MediaBrowser.Api.Library
if (!inherit)
{
- return null;
+ return new List<Guid>();
}
hasSoundtracks = item.Parents.OfType<IHasSoundtracks>().FirstOrDefault();