mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Tweaked mediainfo api call to better handle unsupported locales.
This commit is contained in:
parent
f08fc7493d
commit
52aa84e9f9
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
|
|||
|
||||
public string Option(string option, string value)
|
||||
{
|
||||
var pOption = MakeStringParameter(option);
|
||||
var pOption = MakeStringParameter(option.ToLowerInvariant());
|
||||
var pValue = MakeStringParameter(value);
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue