From ccb4e5851963a95faa50f9c9403078a275e4cc7d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 4 Nov 2014 22:41:14 -0500 Subject: 3.0.5421 --- MediaBrowser.Api/Library/LibraryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Api/Library/LibraryService.cs') 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(); } hasSoundtracks = item.Parents.OfType().FirstOrDefault(); -- cgit v1.2.3