diff --git a/api/funkwhale_api/music/metadata.py b/api/funkwhale_api/music/metadata.py index 9b3b6a387..33cf2667e 100644 --- a/api/funkwhale_api/music/metadata.py +++ b/api/funkwhale_api/music/metadata.py @@ -44,6 +44,8 @@ def get_id3_tag(f, k): return v except KeyError: break + except IndexError: + break except AttributeError: continue