Skip to content
Snippets Groups Projects
Commit 2e3eff47 authored by Agate's avatar Agate :speech_balloon:
Browse files

Merge branch '1157-typo' into 'master'

Resolve "JS compilation error, specific variable is not defined"

See merge request funkwhale/funkwhale!1141
parents 62e4ddf1 b637a94e
No related branches found
No related tags found
No related merge requests found
Updated documentation to reflect changes in Caddy v2.
Fixed player crash when using Funkwhale as a PWA (#1157)
...@@ -721,7 +721,7 @@ export default { ...@@ -721,7 +721,7 @@ export default {
// If the session is playing as a PWA, populate the notification // If the session is playing as a PWA, populate the notification
// with details from the track // with details from the track
if ('mediaSession' in navigator) { if ('mediaSession' in navigator) {
let metatata = { let metadata = {
title: this.currentTrack.title, title: this.currentTrack.title,
artist: this.currentTrack.artist.name, artist: this.currentTrack.artist.name,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment