Fix #1157: player crash when using Funkwhale as a PWA

This commit is contained in:
Agate 2020-06-11 17:54:01 +02:00
parent 62e4ddf1f5
commit b637a94ebe
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
3 changed files with 2 additions and 2 deletions

View File

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

View File

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

View File

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