Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChampu committed Aug 30, 2024
2 parents 508d176 + 73c78cb commit a12c680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChampuXMusic/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __list_all_modules():
modules = [
(
(
(f.replace(main_repo_plugins_dir, "ChampuXMusic.plugins")).replace(
(f.replace(main_repo_plugins_dir, "VIPMUSIC.plugins")).replace(
EXTERNAL_REPO_PATH, EXTRA_PLUGINS_FOLDER
)
).replace(os.sep, ".")
Expand All @@ -65,4 +65,4 @@ def __list_all_modules():


ALL_MODULES = sorted(__list_all_modules())
__all__ = ALL_MODULES + ["ALL_MODULES"]
__all__ = ALL_MODULES + ["ALL_MODULES"]

0 comments on commit a12c680

Please sign in to comment.