updated nuget

This commit is contained in:
Luke Pulverenti
2014-05-11 19:02:28 -04:00
parent 0d605b8672
commit b9b568de13
36 changed files with 319 additions and 239 deletions

View File

@@ -32,5 +32,11 @@ namespace MediaBrowser.Model.Chapters
/// </summary>
/// <value>The chapter count.</value>
public int? ChapterCount { get; set; }
/// <summary>
/// Gets or sets the name of the three letter iso language.
/// </summary>
/// <value>The name of the three letter iso language.</value>
public string ThreeLetterISOLanguageName { get; set; }
}
}