update camera upload

This commit is contained in:
Luke Pulverenti
2015-09-10 14:28:22 -04:00
parent ce0435a66d
commit baf2f80154
13 changed files with 98 additions and 30 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;
}
}
}