diff --git a/MediaBrowser.Api/LiveTv/LiveTvService.cs b/MediaBrowser.Api/LiveTv/LiveTvService.cs index 837a0f6a6b..20e58eabbf 100644 --- a/MediaBrowser.Api/LiveTv/LiveTvService.cs +++ b/MediaBrowser.Api/LiveTv/LiveTvService.cs @@ -801,7 +801,7 @@ public async Task Get(GetChannelMappingOptions request) Name = i.Name, Id = i.Id - }).ToList(), + }).OrderBy(i => i.Name).ToList(), Mappings = mappings,