huge refactor of plugin system

This commit is contained in:
2026-04-30 18:56:22 -07:00
parent ea3ead248b
commit be5a11da97
99 changed files with 7603 additions and 11320 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from pathlib import Path
from typing import Any, Callable, Dict, List, Optional, Tuple
from urllib.parse import urlparse
from API.Tidal import (
from plugins.tidal.api import (
Tidal as TidalApiClient,
build_track_tags,
coerce_duration_seconds,