revised config

This commit is contained in:
codey 2024-08-16 21:26:52 -04:00
parent fe96ddaebd
commit 0b6639d167

View File

@ -90,5 +90,5 @@ conf.registerGlobalValue(Lyrics,
)) ))
conf.registerGlobalValue(Lyrics, "host", registry.String( 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,
)) ))