Never gonna run around and desert you

This commit is contained in:
coolnsx
2025-03-09 01:13:32 +05:30
parent c385c3b9e5
commit a4899afc19
4 changed files with 8 additions and 8 deletions

View File

@@ -49,5 +49,5 @@ player_droid() {
}
player_linux() {
mpv "$1" --force-media-title="$2"
setsid -f mpv "$1" --force-media-title="$2" $3
}