Skip to content

Commit 163e23e

Browse files
Add an extra space for linting
1 parent 7e1a9e9 commit 163e23e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/htmlAudioPlayer/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class HtmlAudioPlayer {
166166

167167
// This avoids the AudioContext being suspended when Safari is put into background
168168
if ('audioSession' in navigator) {
169-
navigator.audioSession.type = 'playback';
169+
navigator.audioSession.type = 'playback';
170170
}
171171

172172
return enableHlsPlayer(val, options.item, options.mediaSource, 'Audio').then(function () {

0 commit comments

Comments
 (0)