Skip to content

Commit

Permalink
MP1-4349 Initialize FireDTVRemote._logVerbose field using configurati…
Browse files Browse the repository at this point in the history
…on value remote.FireDTVVerboseLog
  • Loading branch information
brotips committed Jan 23, 2014
1 parent 3536853 commit 76c6e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mediaportal/RemotePlugins/Remotes/FireDTV/FireDTVRemote.cs
Expand Up @@ -93,6 +93,7 @@ public void Init(IntPtr hwnd)
{
_enabled = ((xmlreader.GetValueAsBool("remote", "FireDTV", false)));
_name = xmlreader.GetValueAsString("remote", "FireDTVDeviceName", string.Empty);
_logVerbose = xmlreader.GetValueAsBool("remote", "FireDTVVerboseLog", false);
if (!_enabled)
{
return;
Expand Down

0 comments on commit 76c6e24

Please sign in to comment.