set WarningsAsErrors = true

This commit is contained in:
John Andrews
2024-05-07 15:11:24 +12:00
parent 083038a247
commit 434e02dd8a
32 changed files with 78 additions and 159 deletions

View File

@@ -158,7 +158,7 @@ public class CreateAudioBook: AudioNode
string outputFile = FileHelper.Combine(args.TempPath, Guid.NewGuid() + ".m4b");
string artwork = null; //FindArtwork(dir);
string? artwork = null; //FindArtwork(dir);
List<string> execArgs = new() {
"-f",