mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-29 20:08:27 +01:00
added HasImage to live tv objects
This commit is contained in:
@@ -269,7 +269,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
Path = path,
|
||||
ChannelId = channelInfo.Id,
|
||||
ChannelNumber = channelInfo.Number,
|
||||
ServiceName = serviceName
|
||||
ServiceName = serviceName,
|
||||
HasProviderImage = channelInfo.HasImage
|
||||
};
|
||||
|
||||
isNew = true;
|
||||
|
||||
Reference in New Issue
Block a user