Correct input argument for thumbnailer

This commit is contained in:
Jeremy Soller 2024-09-25 14:27:40 -06:00
parent 898823f69c
commit a1964eabd2
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -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" => {