Skip to content

Commit

Permalink
Re-added lost "TvPluginInstalled" property from welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
Shukuyen committed Jul 20, 2014
1 parent 28b62cc commit 9e8de87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/WifiRemote/Messages/MessageWelcome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ public Dictionary<string, bool> MPExtendedServicesInstalled
}
}

public Boolean TvPluginInstalled
{
get { return WifiRemote.IsAvailableTVPlugin; }
}

/// <summary>
/// Contructor.
/// </summary>
Expand Down

0 comments on commit 9e8de87

Please sign in to comment.