mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-30 19:32:57 +01:00
update recording defaults
This commit is contained in:
@@ -764,7 +764,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
|
||||
defaults.RecordNewOnly = !program.IsRepeat;
|
||||
}
|
||||
|
||||
defaults.SkipEpisodesInLibrary = true;
|
||||
defaults.SkipEpisodesInLibrary = defaults.RecordNewOnly;
|
||||
defaults.KeepUntil = KeepUntil.UntilDeleted;
|
||||
|
||||
return Task.FromResult(defaults);
|
||||
|
||||
@@ -114,6 +114,10 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts
|
||||
{
|
||||
protocol = MediaProtocol.Rtsp;
|
||||
}
|
||||
else if (path.StartsWith("udp", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
protocol = MediaProtocol.Udp;
|
||||
}
|
||||
|
||||
var mediaSource = new MediaSourceInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user