Merge branch '1157-typo' into 'master'
Resolve "JS compilation error, specific variable is not defined" See merge request funkwhale/funkwhale!1141
This commit is contained in:
commit
2e3eff4705
|
@ -1 +0,0 @@
|
|||
Updated documentation to reflect changes in Caddy v2.
|
|
@ -0,0 +1 @@
|
|||
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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue