Example #1
0
        public async Task <IEnumerable <ChannelItemInfo> > GetTypesOfMedia(CancellationToken cancellationToken)
        {
            var sections = await _presentationService.GetAlphabeticalSections(cancellationToken);

            return(sections.Lineups.Select(CreateFolderChannelItemInfo));
        }