Skip to content

Commit

Permalink
fix: uncomment video start
Browse files Browse the repository at this point in the history
  • Loading branch information
jooooscha committed Nov 28, 2022
1 parent 03ee45b commit b047fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ impl Core {
// call video player
let command = Command::new("setsid")
.arg("-f")
// .arg(&self.config.video_player)
.arg(&self.config.video_player)
.arg(video.link())
.stderr(Stdio::null())
.stdout(Stdio::null())
Expand Down

0 comments on commit b047fe9

Please sign in to comment.