Skip to content

Commit

Permalink
Resolves #10
Browse files Browse the repository at this point in the history
  • Loading branch information
bbye98 committed Mar 11, 2024
1 parent 3a61940 commit 01280e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/minim/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@

from mutagen import id3, flac, mp3, mp4, oggflac, oggopus, oggvorbis, wave

from . import utility, FOUND_FFMPEG, FFMPEG_CODECS
from . import utility, FOUND_FFMPEG
from .qobuz import _parse_performers

if FOUND_FFMPEG:
from . import FFMPEG_CODECS

try:
from PIL import Image
FOUND_PILLOW = True
Expand Down

0 comments on commit 01280e4

Please sign in to comment.