浏览代码

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

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Chris Simoni 3 年之前
父节点
当前提交
883d28d03d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
                 }
             }