mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-26 20:14:45 +01:00
add tuner url
This commit is contained in:
@@ -293,7 +293,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
ProgramName = info.ProgramName,
|
||||
SourceType = info.SourceType,
|
||||
Status = info.Status,
|
||||
ChannelName = channelName
|
||||
ChannelName = channelName,
|
||||
Url = info.Url
|
||||
};
|
||||
|
||||
if (!string.IsNullOrEmpty(info.ChannelId))
|
||||
|
||||
Reference in New Issue
Block a user