mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-11 19:53:50 +02:00
Added custom format feature to allow image uploads
This commit is contained in:
parent
d5e06c67ff
commit
e1e35cd4e7
1 changed files with 2 additions and 1 deletions
|
|
@ -161,7 +161,8 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
LogFactory = LogManager.LogFactory,
|
||||
|
||||
// The Markdown feature causes slow startup times (5 mins+) on cold boots for some users
|
||||
EnableFeatures = Feature.Csv | Feature.Html | Feature.Json | Feature.Jsv | Feature.Metadata | Feature.Xml
|
||||
// Custom format allows images
|
||||
EnableFeatures = Feature.Csv | Feature.Html | Feature.Json | Feature.Jsv | Feature.Metadata | Feature.Xml | Feature.CustomFormat
|
||||
});
|
||||
|
||||
container.Adapter = _containerAdapter;
|
||||
|
|
|
|||
Loading…
Reference in a new issue