fixes #619 - Command line fail for internal subs

This commit is contained in:
Luke Pulverenti
2013-11-20 10:50:54 -05:00
parent f727179222
commit 7dd75e079a
4 changed files with 31 additions and 25 deletions

View File

@@ -1244,7 +1244,6 @@ namespace MediaBrowser.Controller.Entities
/// <summary>
/// Adds the tagline.
/// </summary>
/// <param name="item">The item.</param>
/// <param name="tagline">The tagline.</param>
/// <exception cref="System.ArgumentNullException">tagline</exception>
public void AddTagline(string tagline)