Merge branch '1157-typo' into 'master'

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

See merge request funkwhale/funkwhale!1141
environments/review-docs-api-d-byp130/deployments/5273
Agate 2020-06-11 17:59:23 +02:00
commit 2e3eff4705
3 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1 +0,0 @@
Updated documentation to reflect changes in Caddy v2.

Wyświetl plik

@ -0,0 +1 @@
Fixed player crash when using Funkwhale as a PWA (#1157)

Wyświetl plik

@ -721,7 +721,7 @@ export default {
// If the session is playing as a PWA, populate the notification
// with details from the track
if ('mediaSession' in navigator) {
let metatata = {
let metadata = {
title: this.currentTrack.title,
artist: this.currentTrack.artist.name,
}