mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-26 20:53:34 -08:00
fix: mpv funtion returning less
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user