aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-03 11:53:58 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-03 11:53:58 -0500
commit54a36322bb19ceaeb9f4ae3a01fa54998d243ec8 (patch)
tree8b72eb5799db3daeb4a639fb783a4e2f1c2e1bf6 /MediaBrowser.Controller/Library/ILibraryManager.cs
parent7b0b5a35382d0b43f298d7ef015d6fd3031a8c72 (diff)
made base video resolver available for re-use
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs1
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;