mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Fix more analyzer warnings
This commit is contained in:
@@ -158,7 +158,7 @@ namespace MediaBrowser.Model.Net
|
||||
// Catch-all for all video types that don't require specific mime types
|
||||
if (VideoFileExtensionsDictionary.ContainsKey(ext))
|
||||
{
|
||||
return "video/" + ext.TrimStart('.').ToLower();
|
||||
return "video/" + ext.TrimStart('.').ToLowerInvariant();
|
||||
}
|
||||
|
||||
// Type text
|
||||
|
||||
Reference in New Issue
Block a user