Fixed missing out keyword.

This commit is contained in:
Erwin de Haan 2019-01-19 22:04:09 +01:00
parent 55538764fa
commit 949393043d

View File

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