mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03: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