mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 11:29:45 -06:00
set WarningsAsErrors = true
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user