mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-20 02:18:57 -05:00
FF-1835: Added comskipini variable support
This commit is contained in:
@@ -58,7 +58,7 @@ public class ComskipHelper
|
||||
args.Variables.FirstOrDefault(x => x.Key.Equals("comskipini", StringComparison.InvariantCultureIgnoreCase))
|
||||
.Value?.ToString();
|
||||
|
||||
var csIni = csIniFile?.EmptyAsNull() ?? args.GetToolPath("comskip.ini");
|
||||
var csIni = csIniFile?.EmptyAsNull() ?? args.GetToolPath("comskipini")?.EmptyAsNull() ?? args.GetToolPath("comskip.ini");
|
||||
if (string.IsNullOrWhiteSpace(csIni) == false)
|
||||
{
|
||||
if (csIni.IndexOf('\n') > 0)
|
||||
|
||||
Reference in New Issue
Block a user