diff --git a/youtube_dl.go b/youtube_dl.go index ff39510..dec47fe 100644 --- a/youtube_dl.go +++ b/youtube_dl.go @@ -21,7 +21,7 @@ import ( "github.com/jmoiron/jsonq" "github.com/layeh/gumble/gumble" - "github.com/layeh/gumble/gumble_ffmpeg" + "github.com/layeh/gumble/gumbleffmpeg" ) // AudioTrack implements the Song interface