about summary refs log tree commit diff stats
path: root/src/select/selection_file/display.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/selection_file/display.rs')
-rw-r--r--src/select/selection_file/display.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/selection_file/display.rs b/src/select/selection_file/display.rs
index 1f4e09b..8ff6a15 100644
--- a/src/select/selection_file/display.rs
+++ b/src/select/selection_file/display.rs
@@ -32,7 +32,7 @@ impl Video {
 
         let opts = get_video_opts(app, &self.extractor_hash)
             .await?
-            .to_cli_flags(&app);
+            .to_cli_flags(app);
         let opts_white = if !opts.is_empty() { " " } else { "" };
 
         let publish_date = if let Some(date) = self.publish_date {