mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-29 11:02:14 +01:00
update recording dialogs
This commit is contained in:
@@ -741,7 +741,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
|
||||
{
|
||||
PostPaddingSeconds = Math.Max(config.PostPaddingSeconds, 0),
|
||||
PrePaddingSeconds = Math.Max(config.PrePaddingSeconds, 0),
|
||||
RecordAnyChannel = true,
|
||||
RecordAnyChannel = false,
|
||||
RecordAnyTime = true,
|
||||
RecordNewOnly = true,
|
||||
|
||||
|
||||
@@ -114,8 +114,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts
|
||||
channel.ImageUrl = FindProperty("tvg-logo", extInf, null);
|
||||
channel.Number = FindProperty("channel-id", extInf, channel.Number);
|
||||
channel.Number = FindProperty("tvg-id", extInf, channel.Number);
|
||||
channel.Name = FindProperty("tvg-name", extInf, channel.Name);
|
||||
channel.Name = FindProperty("tvg-id", extInf, channel.Name);
|
||||
channel.Name = FindProperty("tvg-name", extInf, channel.Name);
|
||||
return channel;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user