aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
diff options
context:
space:
mode:
authorSven Van den brande <sven.vandenbrande@outlook.com>2013-11-10 22:47:45 +0100
committerSven Van den brande <sven.vandenbrande@outlook.com>2013-11-10 22:47:45 +0100
commit09d7bc00c2f21b0686bb08051bf20ba7aebccfcd (patch)
tree923bcb092565d4a2f0466b532044c84ca7e0f8ee /MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
parente4564ac8607e45534bfb8132ccb410eab04f5528 (diff)
parent0bf016d0ff500a2a2ffc51a22f90748b79d6dbbc (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.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs b/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
index ae4ae2fa9..95ec416b6 100644
--- a/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
+++ b/MediaBrowser.Server.Implementations/Library/CoreResolutionIgnoreRule.cs
@@ -25,7 +25,8 @@ namespace MediaBrowser.Server.Implementations.Library
"ps3_vprm",
"adv_obj",
"extrafanart",
- "extrathumbs"
+ "extrathumbs",
+ ".actors"
}.ToDictionary(i => i, StringComparer.OrdinalIgnoreCase);