Compare commits

..

2 Commits

Author SHA1 Message Date
Benex254
6fa656ba11 chore: bump version 2024-09-18 19:59:54 +03:00
Benex254
de0682c1bb fix: invalid cmd 2024-09-18 19:59:40 +03:00
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ if sys.version_info < (3, 10):
) # noqa: F541 ) # noqa: F541
__version__ = "v2.5.2" __version__ = "v2.5.3"
APP_NAME = "FastAnime" APP_NAME = "FastAnime"
AUTHOR = "Benex254" AUTHOR = "Benex254"

View File

@@ -91,7 +91,8 @@ def run_mpv(
"--user", "--user",
"0", "0",
"-a", "-a",
"android.intent.action.VIEW" "-d", "android.intent.action.VIEW",
"-d",
link, link,
"-n", "-n",
"org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity", "org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity",

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "fastanime" name = "fastanime"
version = "2.5.2" version = "2.5.3"
description = "A browser anime site experience from the terminal" description = "A browser anime site experience from the terminal"
authors = ["Benextempest <benextempest@gmail.com>"] authors = ["Benextempest <benextempest@gmail.com>"]
license = "UNLICENSE" license = "UNLICENSE"