Merge pull request #626 from EraYaN/m3uparser-syntax-fix

Fix extra type name in parameter, add out keyword
This commit is contained in:
Joshua M. Boniface
2019-01-19 16:11:27 -05:00
committed by GitHub

View File

@@ -291,7 +291,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
if (string.IsNullOrWhiteSpace(name))
{
attributes.TryGetValue("tvg-id", string name);
attributes.TryGetValue("tvg-id", out name);
}
if (string.IsNullOrWhiteSpace(name))