Fixed missing out keyword.

pull/1154/head
Erwin de Haan 6 years ago
parent 55538764fa
commit 949393043d

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

Loading…
Cancel
Save