diff --git a/tmp/Lyrics/config.py b/tmp/Lyrics/config.py index 67ddf0c..12ca3fc 100644 --- a/tmp/Lyrics/config.py +++ b/tmp/Lyrics/config.py @@ -90,5 +90,5 @@ conf.registerGlobalValue(Lyrics, )) conf.registerGlobalValue(Lyrics, "host", registry.String( - "https://codey.lol/api/search", _("""API Host for Lyric Search"""), private=True, + "https://api.codey.lol/lyric_search/", _("""API Host for Lyric Search"""), private=True, ))