aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xyt2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt b/yt
index 4a6280f..5b44770 100755
--- a/yt
+++ b/yt
@@ -43,7 +43,7 @@ sub api_channel_videos {
sub play {
my $url = shift;
- `mpv --really-quiet $url`;
+ exec("mpv $url");
}
sub ask_query {