removed comment fix & moved comment fix to sort

This commit is contained in:
2026-05-07 15:20:52 +02:00
parent 8cdd2ed0ec
commit 978b7a319f
4 changed files with 23 additions and 110 deletions

View File

@@ -105,6 +105,8 @@ func readVorbisMetadata(file string) (*Metadata, error) {
ISRC: isrc,
}
commentToSpotifyid(metadata)
return metadata, nil
}