Skip to content

Commit

Permalink
add v.2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixthrush committed Dec 8, 2024
1 parent baf1452 commit 77e55ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "aniworld"
version = "2.3.3"
version = "2.3.4"
authors = [
{ name="Phoenixthrush UwU", email="contact@phoenixthrush.com" },
]
Expand Down
4 changes: 2 additions & 2 deletions src/aniworld/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ def process_url(url):
self.provider_selector = self.add(
npyscreen.TitleSelectOne,
name="Provider",
values=["Vidoza", "VOE"],
values=["VOE", "Vidmoly"],
max_height=2, # count of values
value=[["Vidoza", "VOE"].index(aniworld_globals.DEFAULT_PROVIDER)],
value=[["VOE", "Vidmoly"].index(aniworld_globals.DEFAULT_PROVIDER)],
scroll_exit=True
)
logging.debug("Provider selector created")
Expand Down

0 comments on commit 77e55ec

Please sign in to comment.