aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Studios/StudioMetadataService.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-08-13 17:56:39 +0200
committerGitHub <noreply@github.com>2021-08-13 17:56:39 +0200
commitd639b030ac6d6099ecd36eebc19ccd2fb6075b0a (patch)
treef8f44e1f997b54c78b37e713ab5615a5839af412 /MediaBrowser.Providers/Studios/StudioMetadataService.cs
parente33901b9f5f65eb8e48c018a30a37094ad874897 (diff)
parentcb990ae97313507fc26384d395c22dd3b253ef31 (diff)
Merge pull request #6335 from richlander/media-provides-analysis-fixes
Diffstat (limited to 'MediaBrowser.Providers/Studios/StudioMetadataService.cs')
-rw-r--r--MediaBrowser.Providers/Studios/StudioMetadataService.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/Studios/StudioMetadataService.cs b/MediaBrowser.Providers/Studios/StudioMetadataService.cs
index 78042b40d..091b33ce0 100644
--- a/MediaBrowser.Providers/Studios/StudioMetadataService.cs
+++ b/MediaBrowser.Providers/Studios/StudioMetadataService.cs
@@ -17,7 +17,8 @@ namespace MediaBrowser.Providers.Studios
IServerConfigurationManager serverConfigurationManager,
ILogger<StudioMetadataService> logger,
IProviderManager providerManager,
- IFileSystem fileSystem, ILibraryManager libraryManager)
+ IFileSystem fileSystem,
+ ILibraryManager libraryManager)
: base(serverConfigurationManager, logger, providerManager, fileSystem, libraryManager)
{
}