You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description=`Play ${metadata.data.name} on Audius and discover followers on Audius`
158
171
ogDescription=metadata.data.bio||description
159
172
image=metadata.data.profile_picture
@@ -164,6 +177,7 @@ class HeadElementHandler {
164
177
}
165
178
case'track': {
166
179
title=`${metadata.data.title} by ${metadata.data.user.name} • Audius`
180
+
h1=metadata.data.title
167
181
description=`Stream ${metadata.data.title} by ${metadata.data.user.name} on Audius | Stream similar artists to ${metadata.data.user.name} on desktop and mobile`
0 commit comments