mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
update bitrate detection
This commit is contained in:
parent
e9317f3cbc
commit
74c1e8e12a
@ -274,7 +274,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
PeopleMetadataOptions = new PeopleMetadataOptions();
|
||||
|
||||
EnableVideoFrameAnalysis = true;
|
||||
VideoFrameAnalysisLimitBytes = 600000000;
|
||||
VideoFrameAnalysisLimitBytes = 800000000;
|
||||
|
||||
InsecureApps9 = new[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user