diff --git a/src/tauon/t_modules/t_main.py b/src/tauon/t_modules/t_main.py index f02fd4cf1..e07cfdd2c 100644 --- a/src/tauon/t_modules/t_main.py +++ b/src/tauon/t_modules/t_main.py @@ -12945,10 +12945,8 @@ def get_embed(self, track: TrackClass): if track.file_ext == "MP3": try: - # TODO(Martin): PR them context manager support for ID3 tag = mutagen.id3.ID3(filepath) frame = tag.getall("APIC") - tag.close() if frame: pic = frame[0].data except Exception: