mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
fixed plugin assembly downloads as well as debug/release detection with nuget assemblies
This commit is contained in:
@@ -173,7 +173,7 @@ namespace MediaBrowser.Common.Net
|
||||
// Misc
|
||||
if (ext.Equals(".dll", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "application/x-msdownload";
|
||||
return "application/octet-stream";
|
||||
}
|
||||
|
||||
// Web
|
||||
|
||||
Reference in New Issue
Block a user