update mime types

This commit is contained in:
Luke Pulverenti
2015-09-20 11:37:39 -04:00
parent 63b62e5f40
commit 317c6bcd68
2 changed files with 5 additions and 3 deletions

View File

@@ -318,7 +318,7 @@ namespace MediaBrowser.Model.Net
{
return result;
}
throw new ArgumentNullException("Unable to determine extension for mimeType: " + mimeType);
return null;
}
}
}