#712 - Group multiple versions

This commit is contained in:
Luke Pulverenti
2014-03-19 00:59:45 -04:00
parent 94f5ba6ce6
commit 683d8455c6
13 changed files with 242 additions and 32 deletions

View File

@@ -84,6 +84,14 @@ namespace MediaBrowser.Controller.Dto
BaseItemDto GetItemByNameDto<T>(T item, List<ItemFields> fields, User user = null)
where T : BaseItem, IItemByName;
/// <summary>
/// Gets the chapter information dto.
/// </summary>
/// <param name="chapterInfo">The chapter information.</param>
/// <param name="item">The item.</param>
/// <returns>ChapterInfoDto.</returns>
ChapterInfoDto GetChapterInfoDto(ChapterInfo chapterInfo, BaseItem item);
/// <summary>
/// Gets the item by name dto.
/// </summary>