aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/TVUtils.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/TVUtils.cs
parent7b0b5a35382d0b43f298d7ef015d6fd3031a8c72 (diff)
made base video resolver available for re-use
Diffstat (limited to 'MediaBrowser.Controller/Library/TVUtils.cs')
-rw-r--r--MediaBrowser.Controller/Library/TVUtils.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/TVUtils.cs b/MediaBrowser.Controller/Library/TVUtils.cs
index e0ef188b8..d6a922ff4 100644
--- a/MediaBrowser.Controller/Library/TVUtils.cs
+++ b/MediaBrowser.Controller/Library/TVUtils.cs
@@ -3,6 +3,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
+using MediaBrowser.Controller.Resolvers;
namespace MediaBrowser.Controller.Library
{