Update base URL and host for Pururin to pururin.me (#1415)

This commit is contained in:
cfouche
2025-03-18 22:43:03 +01:00
committed by GitHub
parent 9c198d0c33
commit dbd4437474
3 changed files with 3 additions and 4 deletions
@@ -81,6 +81,6 @@ class PururinSearchMetadata : RaisedSearchMetadata() {
private const val TAG_NAMESPACE_ARTIST = "artist"
const val TAG_NAMESPACE_CATEGORY = "category"
const val BASE_URL = "https://pururin.io"
const val BASE_URL = "https://pururin.me"
}
}