mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
update recording conversion
This commit is contained in:
@@ -67,7 +67,11 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
|
||||
|
||||
private bool CopySubtitles
|
||||
{
|
||||
get { return string.Equals(OutputFormat, "mkv", StringComparison.OrdinalIgnoreCase); }
|
||||
get
|
||||
{
|
||||
return false;
|
||||
//return string.Equals(OutputFormat, "mkv", StringComparison.OrdinalIgnoreCase);
|
||||
}
|
||||
}
|
||||
|
||||
public string GetOutputPath(MediaSourceInfo mediaSource, string targetFile)
|
||||
|
||||
Reference in New Issue
Block a user