cleanup and rename provider to plugin

This commit is contained in:
2026-05-21 16:19:17 -07:00
parent 02d84f423e
commit e8913d1344
62 changed files with 553 additions and 165 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ from plugins.tidal.api import (
extract_artists,
stringify,
)
from ProviderCore.base import Provider, SearchResult, parse_inline_query_arguments
from PluginCore.base import Provider, SearchResult, parse_inline_query_arguments
from SYS.field_access import get_field
from plugins.tidal_manifest import resolve_tidal_manifest_path
from SYS import pipeline as pipeline_context