mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
update bitrate detection
This commit is contained in:
@@ -274,7 +274,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
PeopleMetadataOptions = new PeopleMetadataOptions();
|
||||
|
||||
EnableVideoFrameAnalysis = true;
|
||||
VideoFrameAnalysisLimitBytes = 600000000;
|
||||
VideoFrameAnalysisLimitBytes = 800000000;
|
||||
|
||||
InsecureApps9 = new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user