Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
midzer committed Jan 16, 2023
1 parent 8b278b6 commit 4bd4dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/types/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class HtmlType {

const audio = container.querySelector('audio')
if (audio) {
if (this.userSettings.autoplayAudio) {
if (this.userSettings.autoplayAudio) {
// Start playback (and loading if necessary)
audio.play()
}
Expand Down

0 comments on commit 4bd4dfa

Please sign in to comment.