fix SA1510

This commit is contained in:
telans
2020-06-14 20:49:24 +12:00
parent 15aea76523
commit 726e116d5b
7 changed files with 0 additions and 17 deletions

View File

@@ -748,17 +748,14 @@ namespace Emby.Server.Implementations.Library
{
videoStream.BitRate = 30000000;
}
else if (width >= 1900)
{
videoStream.BitRate = 20000000;
}
else if (width >= 1200)
{
videoStream.BitRate = 8000000;
}
else if (width >= 700)
{
videoStream.BitRate = 2000000;