Correct input argument for thumbnailer
This commit is contained in:
parent
898823f69c
commit
a1964eabd2
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ impl Thumbnailer {
|
|||
for arg in args {
|
||||
if arg.starts_with('%') {
|
||||
match arg.as_str() {
|
||||
"%f" | "%F" | "%u" | "%U" => {
|
||||
"%i" | "%u" => {
|
||||
command.arg(input);
|
||||
}
|
||||
"%o" => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue