diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-04 22:41:14 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-11-04 22:41:14 -0500 |
| commit | ccb4e5851963a95faa50f9c9403078a275e4cc7d (patch) | |
| tree | 654c2858c48eabdb8fad62a5144b3f9b43d705be /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | 4a04483445165fa7121138ae2e77e52f7825d465 (diff) | |
3.0.5421
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 2 |
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(); |
