mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
Fix various typos
Found via `codespell -q 3`
This commit is contained in:
@@ -43,7 +43,7 @@ namespace NzbDrone.Core.Extras.Metadata
|
||||
|
||||
foreach (var possibleMetadataFile in filterResult.FilesOnDisk)
|
||||
{
|
||||
// Don't process files that have known Subtitle file extensions (saves a bit of unecessary processing)
|
||||
// Don't process files that have known Subtitle file extensions (saves a bit of unnecessary processing)
|
||||
|
||||
if (SubtitleFileExtensions.Extensions.Contains(Path.GetExtension(possibleMetadataFile)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user