Improve LocalizationManager

This commit is contained in:
Bond_009
2019-08-16 17:31:47 +02:00
parent bb04545068
commit c699c546e4
7 changed files with 116 additions and 119 deletions

View File

@@ -38,6 +38,7 @@ namespace MediaBrowser.Model.Globalization
{
return vals[0];
}
return null;
}
}