mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 22:36:33 +01:00
Merge pull request #7903 from knackebrot/ignore-dts
This commit is contained in:
@@ -8,6 +8,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
public TunerHostInfo()
|
||||
{
|
||||
AllowHWTranscoding = true;
|
||||
IgnoreDts = true;
|
||||
}
|
||||
|
||||
public string Id { get; set; }
|
||||
@@ -31,5 +32,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
public int TunerCount { get; set; }
|
||||
|
||||
public string UserAgent { get; set; }
|
||||
|
||||
public bool IgnoreDts { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user