Skip to content

Commit

Permalink
added a few audio formats that exiftool supports
Browse files Browse the repository at this point in the history
  • Loading branch information
D3Zyre committed Oct 13, 2023
1 parent 6eef036 commit 0b6a682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elodie/media/audio.py
Expand Up @@ -20,7 +20,7 @@ class Audio(Video):
__name__ = 'Audio'

#: Valid extensions for audio files.
extensions = ('m4a',)
extensions = ('m4a', 'mp3', 'opus', 'ogg', 'flac')

def __init__(self, source=None):
super(Audio, self).__init__(source)

0 comments on commit 0b6a682

Please sign in to comment.