diff options
| author | crobibero <cody@robibe.ro> | 2020-04-21 15:12:04 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-04-21 15:12:04 -0600 |
| commit | 14c94b4e5f6fd7e9ed3483bc2d582f68f8a21c67 (patch) | |
| tree | f5082cbda8d5f207bd00cf06f4f4e32f05c127e9 /MediaBrowser.Controller/Entities/Folder.cs | |
| parent | fff2a40ffc4e5010b26143185c68d221225c1a22 (diff) | |
| parent | a2f19eadf739297cbbc99c9082b0175e8b881054 (diff) | |
Merge branch 'api-migration' of https://github.com/jellyfin/jellyfin into redoc
Diffstat (limited to 'MediaBrowser.Controller/Entities/Folder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Folder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Folder.cs b/MediaBrowser.Controller/Entities/Folder.cs index bb48605e5..a468e0c35 100644 --- a/MediaBrowser.Controller/Entities/Folder.cs +++ b/MediaBrowser.Controller/Entities/Folder.cs @@ -864,7 +864,7 @@ namespace MediaBrowser.Controller.Entities return SortItemsByRequest(query, result); } - return result.ToArray(); + return result; } return GetItemsInternal(query).Items; |
