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

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/6397/head
Chris Simoni 3 years ago committed by GitHub
parent 6c42d2345d
commit 883d28d03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
}
}

Loading…
Cancel
Save