Skip to content

Commit 17edca8

Browse files
committed
Change FLAC Label tag to PUBLISHER
1 parent 811f8e8 commit 17edca8

File tree

1 file changed

+1
-1
lines changed
  • crates/onetagger-tag/src

1 file changed

+1
-1
lines changed

crates/onetagger-tag/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ impl Field {
369369
Field::Key => "INITIALKEY",
370370
Field::BPM => "BPM",
371371
Field::Genre => "GENRE",
372-
Field::Label => "LABEL",
372+
Field::Label => "PUBLISHER",
373373
Field::Style => "STYLE",
374374
Field::ISRC => "ISRC",
375375
Field::CatalogNumber => "CATALOGNUMBER",

0 commit comments

Comments
 (0)