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 {
|
for arg in args {
|
||||||
if arg.starts_with('%') {
|
if arg.starts_with('%') {
|
||||||
match arg.as_str() {
|
match arg.as_str() {
|
||||||
"%f" | "%F" | "%u" | "%U" => {
|
"%i" | "%u" => {
|
||||||
command.arg(input);
|
command.arg(input);
|
||||||
}
|
}
|
||||||
"%o" => {
|
"%o" => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue