diff --git a/yp/api.go b/yp/api.go index 05466f5f7..c8b302694 100644 --- a/yp/api.go +++ b/yp/api.go @@ -41,7 +41,7 @@ func GetYPResponse(w http.ResponseWriter, r *http.Request) { Name: data.GetServerName(), Description: data.GetServerSummary(), StreamTitle: streamTitle, - Logo: data.GetLogoPath(), + Logo: "/logo", NSFW: data.GetNSFW(), Tags: data.GetServerMetadataTags(), Online: status.Online,