Merge pull request #8775 from SenorSmartyPants/DVRMetadata

Fixes https://github.com/jellyfin/jellyfin/issues/5178
This commit is contained in:
Bond-009
2023-01-03 12:01:32 +01:00
committed by GitHub
3 changed files with 25 additions and 13 deletions

View File

@@ -40,5 +40,9 @@ namespace MediaBrowser.Model.LiveTv
public string RecordingPostProcessor { get; set; }
public string RecordingPostProcessorArguments { get; set; }
public bool SaveRecordingNFO { get; set; } = true;
public bool SaveRecordingImages { get; set; } = true;
}
}