Explorar o código

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

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Chris Simoni %!s(int64=3) %!d(string=hai) anos
pai
achega
883d28d03d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
                 }
             }