add path help messages

This commit is contained in:
Luke Pulverenti
2015-07-27 12:21:18 -04:00
parent d440e89c50
commit 7f9a2f1af6
10 changed files with 23 additions and 23 deletions

View File

@@ -19,11 +19,6 @@ namespace MediaBrowser.Controller.LiveTv
/// <value>The type.</value>
string Type { get; }
/// <summary>
/// Gets the tuner hosts.
/// </summary>
/// <returns>List&lt;TunerHostInfo&gt;.</returns>
List<TunerHostInfo> GetTunerHosts();
/// <summary>
/// Gets the channels.
/// </summary>
/// <param name="info">The information.</param>