allow editing of channel images in the web client

This commit is contained in:
Luke Pulverenti
2013-11-24 18:37:38 -05:00
parent 01a9c07dd8
commit dee2fd5f88
12 changed files with 315 additions and 10 deletions

View File

@@ -74,7 +74,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv
Number = info.ChannelNumber,
PrimaryImageTag = GetLogoImageTag(info),
Type = info.GetType().Name,
Id = info.Id.ToString("N")
Id = info.Id.ToString("N"),
MediaType = info.MediaType
};
}