aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-05-31 01:48:20 -0700
committerdkanada <dkanada@users.noreply.github.com>2019-05-31 01:48:20 -0700
commit09dfa071dc27820f1820bd56126dfa5cd5e01027 (patch)
tree4e471c00c99b000f10b18834569497bcad262ecc /MediaBrowser.Api/Library/LibraryService.cs
parentb1f764984f7098ee1164efee77f1bcb3de9fd08a (diff)
move fanart image provider to plugin
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs
index 9f8da9c16..ddf45f9f3 100644
--- a/MediaBrowser.Api/Library/LibraryService.cs
+++ b/MediaBrowser.Api/Library/LibraryService.cs
@@ -490,18 +490,6 @@ namespace MediaBrowser.Api.Library
{
return false;
}
- else if (string.Equals(name, "FanArt", StringComparison.OrdinalIgnoreCase))
- {
- if (string.Equals(type, "Season", StringComparison.OrdinalIgnoreCase))
- {
- return false;
- }
- if (string.Equals(type, "MusicVideo", StringComparison.OrdinalIgnoreCase))
- {
- return false;
- }
- return true;
- }
else if (string.Equals(name, "TheAudioDB", StringComparison.OrdinalIgnoreCase))
{
return true;