mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 05:18:27 +01:00
update live tv data transfer
This commit is contained in:
@@ -6,8 +6,8 @@ namespace MediaBrowser.Model.Dlna
|
||||
{
|
||||
public class ResolutionNormalizer
|
||||
{
|
||||
private static readonly List<ResolutionConfiguration> Configurations =
|
||||
new List<ResolutionConfiguration>
|
||||
private static readonly ResolutionConfiguration[] Configurations =
|
||||
new []
|
||||
{
|
||||
new ResolutionConfiguration(426, 320000),
|
||||
new ResolutionConfiguration(640, 400000),
|
||||
|
||||
Reference in New Issue
Block a user