aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Simoni <57076668+MrChip53@users.noreply.github.com>2021-08-06 08:10:28 -0500
committerGitHub <noreply@github.com>2021-08-06 08:10:28 -0500
commit883d28d03df02d2674c82c110071d2aa2baa0918 (patch)
treebd83b6ec14a1b46ac3bd9f6fb54baff26ddf541b
parent6c42d2345dd575d1f9bfd5293aa0a1eb30b00518 (diff)
Update Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
-rw-r--r--Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs b/Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs
index 2725f65c3..a6334c1b3 100644
--- a/Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs
+++ b/Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs
@@ -103,7 +103,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
channel.Path = trimmedLine;
channels.Add(channel);
- _logger.LogInformation("Parsed channel: {0}", channel.Name);
+ _logger.LogInformation("Parsed channel: {ChannelName}", channel.Name);
extInf = string.Empty;
}
}