Skip to content

Commit c138d8f

Browse files
committed
allow request permanent to return needfileselection
1 parent bac07d2 commit c138d8f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/plugins/url.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,8 @@ impl PluginManager {
198198
if res.filename.is_none() {
199199
res.filename = filename_from_path(&res.url);
200200
}
201-
if res.permanent {
202-
return Ok(Some(res));
203-
}
201+
return Ok(Some(res));
202+
204203

205204
} else if let Err((error, code)) = res {
206205
if code != 404 {

0 commit comments

Comments
 (0)