Deben Oldert 6 anni fa
parent
commit
43dddd2f45
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      sites/helper/tagging.py

+ 1 - 0
sites/helper/tagging.py

@@ -48,6 +48,7 @@ def search_tags(item):
 def write_tags_to_file(file, item):
     try:
         mp3 = ID3(file)
+        mp3.clear()
     except ID3NoHeaderError:
         mp3 = ID3()