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

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

parent 62e4ddf1
Branches
Tags
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 {
// 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,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment