feat: re-export odesli symbols through server/mf.py
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -28,7 +28,14 @@ is_url = _mod.is_url
|
||||
probe_url = _mod.probe_url
|
||||
download_hits = _mod.download_hits
|
||||
download_single = _mod.download_single
|
||||
_is_direct_url = _mod._is_direct_url
|
||||
odesli_resolve = _mod.odesli_resolve
|
||||
resolve_link_hits = _mod.resolve_link_hits
|
||||
handle_link = _mod.handle_link
|
||||
OdesliError = _mod.OdesliError
|
||||
|
||||
__all__ = ["Hit", "build_combined_hits", "pick", "act_youtube",
|
||||
"act_lidarr_album", "act_lidarr_artist", "QUALITY_CHOICES",
|
||||
"is_url", "probe_url", "download_hits", "download_single"]
|
||||
"is_url", "probe_url", "download_hits", "download_single",
|
||||
"_is_direct_url", "odesli_resolve", "resolve_link_hits",
|
||||
"handle_link", "OdesliError"]
|
||||
|
||||
Reference in New Issue
Block a user