mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
updated live tv methods + nuget
This commit is contained in:
@@ -514,7 +514,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
ExternalId = info.Id,
|
||||
ChannelId = GetInternalChannelId(service.Name, info.ChannelId, info.ChannelName).ToString("N"),
|
||||
Status = info.Status,
|
||||
IsRecurring = info.IsRecurring,
|
||||
RecurringTimerId = info.RecurringTimerId,
|
||||
PrePaddingSeconds = info.PrePaddingSeconds,
|
||||
PostPaddingSeconds = info.PostPaddingSeconds
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user