mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
allow editing of channel images in the web client
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user