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
yPhil
Pétrolette
Commits
a54d5a79
Commit
a54d5a79
authored
Mar 03, 2021
by
yPhil
Browse files
Still testing mediaRSS support in Mozilla (Chrome OK)
parent
d2eca2b2
Pipeline
#394231
passed with stage
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/js/PTL.feed.js
View file @
a54d5a79
...
...
@@ -402,7 +402,7 @@ PTL.feed = {
audioPlayer
.
id
=
'
audio-player
'
;
audioPlayer
.
controls
=
'
controls
'
;
audioPlayer
.
src
=
item
.
enclosures
[
0
].
url
;
audio
y
Player
.
type
=
item
.
enclosures
[
0
].
type
;
audioPlayer
.
type
=
item
.
enclosures
[
0
].
type
;
$itemDiv
.
append
(
audioPlayer
);
...
...
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