minor dashboard cleanup

This commit is contained in:
Luke Pulverenti
2013-12-25 22:44:26 -05:00
parent bb5e6fdcad
commit 74f0d8bdbe
5 changed files with 52 additions and 5 deletions

View File

@@ -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);
}
}