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
commit 1bd477e2e5

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))