fix: mpv funtion returning less

This commit is contained in:
Benex254
2024-08-05 09:47:05 +03:00
parent 4f6bc1cde4
commit 5fbba410c4

View File

@@ -99,7 +99,7 @@ def mpv(
"-n",
"com.google.android.youtube/.UrlActivity",
]
return "0"
return "0", "0"
else:
# Android specific commands to launch mpv with a regular URL
args = [
@@ -117,7 +117,7 @@ def mpv(
]
subprocess.run(args)
return "0"
return "0", "0"
else:
# General mpv command with custom arguments
mpv_args = []