mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
Hardcode logo to be /logo
This commit is contained in:
parent
6ca2c688e0
commit
68eecab29b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue