mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
Implemented UI plugin downloading
This commit is contained in:
parent
4500f1d11b
commit
26aef6b082
@@ -148,6 +148,12 @@ namespace MediaBrowser.Common.Net
|
||||
return "application/x-mpegURL";
|
||||
}
|
||||
|
||||
// Misc
|
||||
else if (ext.EndsWith("dll", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "application/x-msdownload";
|
||||
}
|
||||
|
||||
throw new InvalidOperationException("Argument not supported: " + path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user