mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis (#8709)
This commit is contained in:
parent
bf3ff15843
commit
210a4921f2
18 changed files with 29 additions and 31 deletions
|
|
@ -2814,7 +2814,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
{
|
||||
algorithm = "bt.2390";
|
||||
}
|
||||
|
||||
else if (string.Equals(options.TonemappingAlgorithm, "none", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
algorithm = "clip";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue