mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
fixes #838 - Support rtmp protocol with channels
This commit is contained in:
@@ -67,13 +67,6 @@ namespace MediaBrowser.Controller.Dto
|
||||
/// <returns>ChapterInfoDto.</returns>
|
||||
ChapterInfoDto GetChapterInfoDto(ChapterInfo chapterInfo, BaseItem item);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the media sources.
|
||||
/// </summary>
|
||||
/// <param name="item">The item.</param>
|
||||
/// <returns>List{MediaSourceInfo}.</returns>
|
||||
List<MediaSourceInfo> GetMediaSources(BaseItem item);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the item by name dto.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user