about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/yt/src/watch/playlist_handler/client_messages/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/yt/src/watch/playlist_handler/client_messages/mod.rs b/crates/yt/src/watch/playlist_handler/client_messages/mod.rs
index 6f7a59e..c05ca87 100644
--- a/crates/yt/src/watch/playlist_handler/client_messages/mod.rs
+++ b/crates/yt/src/watch/playlist_handler/client_messages/mod.rs
@@ -19,6 +19,7 @@ use tokio::process::Command;
 use super::mpv_message;
 
 async fn run_self_in_external_command(app: &App, args: &[&str]) -> Result<()> {
+    // TODO(@bpeetz): Can we trust this value? <2025-06-15>
     let binary =
         env::current_exe().context("Failed to determine the current executable to re-execute")?;