aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortimminator <150205162+timminator@users.noreply.github.com>2025-04-03 17:18:00 +0200
committerGitHub <noreply@github.com>2025-04-03 09:18:00 -0600
commitd1ed6593ad36c360df734c0ad0847d10c9c544be (patch)
treebe95a6a917bda5872f2b351a5b3464db39fe2b2f /src
parent596b63551196f7ce9bcb8d8de617d3c79201a375 (diff)
Make ReadInputAtNativeFramerate configurable for M3U tuner (#13773)
Diffstat (limited to 'src')
-rw-r--r--src/Jellyfin.LiveTv/TunerHosts/M3UTunerHost.cs2
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,