From 13a062150e4efaf4b87d9213cf68b5a4eabb0235 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 15 Jun 2025 18:31:12 +0200 Subject: docs(yt/watch/playlist_handler/client_messages): Add TODO about `current_exe` --- crates/yt/src/watch/playlist_handler/client_messages/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates') 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")?; -- cgit 1.4.1