diff options
| author | timminator <150205162+timminator@users.noreply.github.com> | 2025-04-03 17:18:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-03 09:18:00 -0600 |
| commit | d1ed6593ad36c360df734c0ad0847d10c9c544be (patch) | |
| tree | be95a6a917bda5872f2b351a5b3464db39fe2b2f /src/Jellyfin.LiveTv | |
| parent | 596b63551196f7ce9bcb8d8de617d3c79201a375 (diff) | |
Make ReadInputAtNativeFramerate configurable for M3U tuner (#13773)
Diffstat (limited to 'src/Jellyfin.LiveTv')
| -rw-r--r-- | src/Jellyfin.LiveTv/TunerHosts/M3UTunerHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jellyfin.LiveTv/TunerHosts/M3UTunerHost.cs b/src/Jellyfin.LiveTv/TunerHosts/M3UTunerHost.cs index be81171a0..fb606be0e 100644 --- a/src/Jellyfin.LiveTv/TunerHosts/M3UTunerHost.cs +++ b/src/Jellyfin.LiveTv/TunerHosts/M3UTunerHost.cs @@ -190,7 +190,7 @@ namespace Jellyfin.LiveTv.TunerHosts RequiresClosing = true, RequiresLooping = info.EnableStreamLooping, - ReadAtNativeFramerate = false, + ReadAtNativeFramerate = info.ReadAtNativeFramerate, Id = channel.Path.GetMD5().ToString("N", CultureInfo.InvariantCulture), IsInfiniteStream = true, |
