diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-20 18:07:18 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-20 18:07:18 -0400 |
| commit | a75f24e8e15a0ff89da2047f7535047adc8b9f51 (patch) | |
| tree | abd5e74e96e1114e82051e952dc3c831f3dd0f4e /MediaBrowser.Controller/Persistence/IItemRepository.cs | |
| parent | ee6e3b95cac02dda450c6b89d0d76d6ad7e55208 (diff) | |
add temp file with recording conversion
Diffstat (limited to 'MediaBrowser.Controller/Persistence/IItemRepository.cs')
| -rw-r--r-- | MediaBrowser.Controller/Persistence/IItemRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Persistence/IItemRepository.cs b/MediaBrowser.Controller/Persistence/IItemRepository.cs index 2ef8b70f0..78138999c 100644 --- a/MediaBrowser.Controller/Persistence/IItemRepository.cs +++ b/MediaBrowser.Controller/Persistence/IItemRepository.cs @@ -154,7 +154,7 @@ namespace MediaBrowser.Controller.Persistence /// </summary> /// <param name="query">The query.</param> /// <returns>List<BaseItem>.</returns> - IEnumerable<BaseItem> GetItemList(InternalItemsQuery query); + List<BaseItem> GetItemList(InternalItemsQuery query); /// <summary> /// Updates the inherited values. |
