Skip to content

Commit 00d3371

Browse files
committed
Merge branch 'hotfix/1.3.1'
2 parents d5fc536 + 2a07f7e commit 00d3371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vue-aplayer.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,11 @@
540540
this.hls.attachMedia(this.audio)
541541
} else {
542542
warn('HLS is not supported on your browser')
543+
this.audio.src = music.url
543544
}
544545
} catch (e) {
545546
warn('hls.js is required to support m3u8')
547+
this.audio.src = music.url
546548
}
547549
}
548550
} else {

0 commit comments

Comments
 (0)