Update MediaBrowser.Providers/MediaInfo/FFProbeProvider.cs

This commit is contained in:
Claus Vium 2021-12-07 20:28:51 +01:00 committed by GitHub
parent 3f69eeab27
commit a327b43ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ namespace MediaBrowser.Providers.MediaInfo
private readonly FFProbeAudioInfo _audioProber;
private readonly Task<ItemUpdateType> _cachedTask = Task.FromResult(ItemUpdateType.None);
private readonly NamingOptions _namingOptions;
public FFProbeProvider(
ILogger<FFProbeProvider> logger,