Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Mar 20, 2018
2 parents d5fc536 + 2a07f7e commit 00d3371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vue-aplayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,11 @@
this.hls.attachMedia(this.audio)
} else {
warn('HLS is not supported on your browser')
this.audio.src = music.url
}
} catch (e) {
warn('hls.js is required to support m3u8')
this.audio.src = music.url
}
}
} else {
Expand Down

0 comments on commit 00d3371

Please sign in to comment.