We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4682b0 commit 9727a31Copy full SHA for 9727a31
trunk/nuv_export/ui.pm
@@ -62,7 +62,7 @@ package nuv_export::ui;
62
$Args{'nice'} = 19;
63
}
64
# Is this a commandline-only request?
65
- if (!$Args{'confirm'} and ($Args{'title'} or $Args{'subtitle'} or $Args{'description'} or $Args{'infile'} or $Args{'starttime'} or $Args{'chanid'})) {
+ if (!$Args{'confirm'} && ($Args{'title'} || $Args{'subtitle'} || $Args{'description'} || $Args{'infile'} || $Args{'starttime'} || $Args{'chanid'})) {
66
$is_cli = 1;
67
68
0 commit comments