mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 04:18:27 +01:00
update keep up to deletion
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Emby.Server.Implementations.LiveTv
|
||||
|
||||
if (width >= 1900)
|
||||
{
|
||||
videoStream.BitRate = 8000000;
|
||||
videoStream.BitRate = 15000000;
|
||||
}
|
||||
|
||||
else if (width >= 1260)
|
||||
|
||||
Reference in New Issue
Block a user