Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
b637a94e
Unverified
Commit
b637a94e
authored
Jun 11, 2020
by
Agate
💬
Browse files
Fix
#1157
: player crash when using Funkwhale as a PWA
parent
62e4ddf1
Changes
3
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/1137.docs
deleted
100644 → 0
View file @
62e4ddf1
Updated documentation to reflect changes in Caddy v2.
changes/changelog.d/1157.bugfix
0 → 100644
View file @
b637a94e
Fixed player crash when using Funkwhale as a PWA (#1157)
front/src/components/audio/Player.vue
View file @
b637a94e
...
...
@@ -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
meta
t
ata
=
{
let
meta
d
ata
=
{
title
:
this
.
currentTrack
.
title
,
artist
:
this
.
currentTrack
.
artist
.
name
,
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment