mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
parent
7e17f9e2ad
commit
3ab9712c18
1 changed files with 1 additions and 2 deletions
|
@ -464,8 +464,7 @@ where
|
|||
.or_else(|| caps.get(2))
|
||||
.or_else(|| caps.get(3))
|
||||
.unwrap()
|
||||
.as_str()
|
||||
.trim();
|
||||
.as_str();
|
||||
let full = caps.get(0).unwrap().as_str();
|
||||
if REMOTE_FILENAME.is_match(fname) {
|
||||
full.into()
|
||||
|
|
Loading…
Reference in a new issue