Browse Source

Update Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Chris Simoni 3 years ago
parent
commit
883d28d03d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs

+ 1 - 1
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;
                 }
             }