mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-08 13:42:24 +00:00
handle bitrate overflow
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Emby.Server.Implementations.Sync
|
||||
{
|
||||
public class SyncHelper
|
||||
{
|
||||
public static int? AdjustBitrate(int? profileBitrate, string quality)
|
||||
public static long? AdjustBitrate(long? profileBitrate, string quality)
|
||||
{
|
||||
if (profileBitrate.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user