aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2013-03-03 12:07:44 -0500
committerEric Reed <ebr@mediabrowser3.com>2013-03-03 12:07:44 -0500
commitcff5cd9503f60dcb77930fc12e2c46dc6944fffd (patch)
tree955dd24f599616ed6d4daf759b8fbf0b9c1c6533 /MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
parenta8683132a77771bf764a20827ac9a8d73fea56da (diff)
parent9a4f73b9c8e8dd92da2365ca3e9bb5dba131ca20 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs b/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
index 98b8bea11..cebd5e192 100644
--- a/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
+++ b/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
@@ -2,6 +2,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
+using MediaBrowser.Controller.Resolvers;
namespace MediaBrowser.Server.Implementations.Library
{