huge refactor of plugin system
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ def _run(result: Any, args: List[str], config: Dict[str, Any]) -> int:
|
||||
try:
|
||||
# MPV check
|
||||
try:
|
||||
from MPV.mpv_ipc import MPV
|
||||
from plugins.mpv.mpv_ipc import MPV
|
||||
MPV()
|
||||
mpv_path = shutil.which("mpv")
|
||||
_add_startup_check(startup_table, "ENABLED", "MPV", detail=mpv_path or "Available")
|
||||
|
||||
Reference in New Issue
Block a user