mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fix typo
This commit is contained in:
parent
ac379e3b84
commit
f1b2186313
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
|
|||
|
||||
try
|
||||
{
|
||||
Logger.Debug("Formatiting audio channels using 'AudioChannelPositions', with a value of: '{0}'", audioChannelPositions);
|
||||
Logger.Debug("Formatting audio channels using 'AudioChannelPositions', with a value of: '{0}'", audioChannelPositions);
|
||||
|
||||
if (audioChannelPositions.Contains("+"))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue