Hardcode logo to be /logo

This commit is contained in:
Gabe Kangas 2021-02-22 23:32:51 -08:00
parent 6ca2c688e0
commit 68eecab29b

View file

@ -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,