mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 14:58:36 +01:00
minor dashboard cleanup
This commit is contained in:
@@ -218,6 +218,11 @@ namespace MediaBrowser.Common.Net
|
||||
return "image/svg+xml";
|
||||
}
|
||||
|
||||
if (ext.Equals(".srt", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "text/plain";
|
||||
}
|
||||
|
||||
throw new ArgumentException("Argument not supported: " + path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user