aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authortelans <telans@protonmail.com>2020-06-14 21:35:49 +1200
committertelans <telans@protonmail.com>2020-06-15 10:45:55 +1200
commit3d9049ef08b797c270dea7d1f64d2806a65be953 (patch)
tree6508d5050e0eb516eb9f70718218a7d8ef3cd5fe /MediaBrowser.Api/Library/LibraryService.cs
parentacd4389653faff01a9c5266d06979d4c20c7d5f5 (diff)
fix SA1508
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs
index 2b4694925..284a2c11b 100644
--- a/MediaBrowser.Api/Library/LibraryService.cs
+++ b/MediaBrowser.Api/Library/LibraryService.cs
@@ -562,7 +562,6 @@ namespace MediaBrowser.Api.Library
_authContext)
{
Request = Request,
-
}.GetSimilarItemsResult(request);
}
@@ -660,7 +659,6 @@ namespace MediaBrowser.Api.Library
{
EnableImages = false
}
-
}).Where(i => string.Equals(request.TvdbId, i.GetProviderId(MetadataProvider.Tvdb), StringComparison.OrdinalIgnoreCase)).ToArray();
foreach (var item in series)
@@ -689,7 +687,6 @@ namespace MediaBrowser.Api.Library
{
EnableImages = false
}
-
});
if (!string.IsNullOrWhiteSpace(request.ImdbId))