mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-22 08:37:23 +01:00
update live stream bitrates
This commit is contained in:
@@ -115,7 +115,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.SatIp
|
||||
RequiresClosing = false
|
||||
};
|
||||
|
||||
mediaSource.InferTotalBitrate();
|
||||
mediaSource.InferTotalBitrate(true);
|
||||
|
||||
return new List<MediaSourceInfo> { mediaSource };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user