Skip to content

Commit

Permalink
remove unused argument from audio renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilSylph committed Nov 26, 2021
1 parent 66be705 commit d619e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/npf.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const blockRenderers = {
});
},

audio ({ url, media, provider, title, artist, embedHtml, embed_html = embedHtml, attribution }) {
audio ({ url, media, title, artist, embedHtml, embed_html = embedHtml, attribution }) {
const figure = document.createElement('figure');

if (embed_html) {
Expand Down

0 comments on commit d619e66

Please sign in to comment.