Calling exit on fork.

This commit is contained in:
sergiotarxz 2022-03-03 22:54:45 +01:00
parent 5a4ecf632c
commit 9d3ddadeda
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ sub select_channel {
close(STDERR);
close(STDIN);
system 'mpv', $current_channel_options->[0]{url};
exit;
}
sub show_channels {