diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-03 11:53:58 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-03 11:53:58 -0500 |
| commit | 54a36322bb19ceaeb9f4ae3a01fa54998d243ec8 (patch) | |
| tree | 8b72eb5799db3daeb4a639fb783a4e2f1c2e1bf6 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 7b0b5a35382d0b43f298d7ef015d6fd3031a8c72 (diff) | |
made base video resolver available for re-use
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 7ba60e921..3f1930209 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -1,5 +1,6 @@ using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.IO; +using MediaBrowser.Controller.Resolvers; using MediaBrowser.Model.Entities; using System; using System.Collections.Generic; |
