Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
fix(bundle): Use bundled version of audio-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Oct 9, 2018
1 parent d370913 commit 0d022c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/media/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { audio, events as audioEvents, actions as audioActions } from '@podlove/html5-audio-driver/src'
import { attatchStream } from '@podlove/html5-audio-driver/src/hls'
import { audio, events as audioEvents, actions as audioActions } from '@podlove/html5-audio-driver'
import { attatchStream } from '@podlove/html5-audio-driver/hls'

export default (audioFiles) => {
const audioElement = attatchStream(audio(audioFiles))
Expand Down

0 comments on commit 0d022c9

Please sign in to comment.