diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-20 13:14:15 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-20 13:14:15 -0400 |
| commit | 466d00b0214ba80421e53473b8cb5f38278adda1 (patch) | |
| tree | cfb4ab6bce93bcb3ce5d9747bf2eebfc66c3ac4e /MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs | |
| parent | 9430b09ae9fee8ce2a802019479558cc423eff11 (diff) | |
make sure series and episode providers are checking for existence of images
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs b/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs index 1c279016d..4551fe29a 100644 --- a/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs +++ b/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs @@ -1,10 +1,10 @@ -using System.IO; -using MediaBrowser.Controller.Entities; +using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Library; +using MediaBrowser.Controller.Resolvers; using System; using System.Collections.Generic; +using System.IO; using System.Linq; -using MediaBrowser.Controller.Resolvers; namespace MediaBrowser.Server.Implementations.Library { |
