aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Intros/DefaultIntroProvider.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-01-21 18:39:40 -0500
committerGitHub <noreply@github.com>2017-01-21 18:39:40 -0500
commite8d370406b3fce64cb3d6ac6690bb0efd53c457b (patch)
tree66f20e5db107e428e3096dc9f1d612112362ff26 /Emby.Server.Implementations/Intros/DefaultIntroProvider.cs
parent5dc625663d6cd1c13a1c597926dfd0d2a2613e86 (diff)
parentceab0be20bf2d7f568eb7c2cc669b3dce7dbb4fd (diff)
Merge pull request #2408 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Intros/DefaultIntroProvider.cs')
-rw-r--r--Emby.Server.Implementations/Intros/DefaultIntroProvider.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Intros/DefaultIntroProvider.cs b/Emby.Server.Implementations/Intros/DefaultIntroProvider.cs
index 500d4b69b..4d19a0e9b 100644
--- a/Emby.Server.Implementations/Intros/DefaultIntroProvider.cs
+++ b/Emby.Server.Implementations/Intros/DefaultIntroProvider.cs
@@ -118,8 +118,7 @@ namespace Emby.Server.Implementations.Intros
// Account for duplicates by imdb id, since the database doesn't support this yet
Limit = config.TrailerLimit * 4,
- SourceTypes = sourceTypes.ToArray(),
- MinSimilarityScore = 0
+ SourceTypes = sourceTypes.ToArray()
})
.Where(i => string.IsNullOrWhiteSpace(i.GetProviderId(MetadataProviders.Imdb)) || !string.Equals(i.GetProviderId(MetadataProviders.Imdb), item.GetProviderId(MetadataProviders.Imdb), StringComparison.OrdinalIgnoreCase))
.Where(i => i.IsVisibleStandalone(user))