diff --git a/src/store/mutations.js b/src/store/mutations.js index af3245d..bb1aa65 100644 --- a/src/store/mutations.js +++ b/src/store/mutations.js @@ -14,6 +14,7 @@ export default { src: [mp3], autoplay: true, html5: true, + format: ["mp3", "flac"], }); state.howler.play(); }, diff --git a/src/views/album.vue b/src/views/album.vue index c0471a2..6641792 100644 --- a/src/views/album.vue +++ b/src/views/album.vue @@ -14,10 +14,13 @@