We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0feeba4 commit c06d4f2Copy full SHA for c06d4f2
lofty/tests/taglib/test_flac.rs
@@ -296,7 +296,8 @@ fn test_properties() {
296
);
297
tag.push(String::from("COMMENT"), String::from("Comment"));
298
tag.push(String::from("DATE"), String::from("2021-01-10"));
299
- tag.push(String::from("DISCNUMBER"), String::from("3/5"));
+ tag.push(String::from("DISCNUMBER"), String::from("3"));
300
+ tag.push(String::from("DISCTOTAL"), String::from("5"));
301
tag.push(String::from("GENRE"), String::from("Genre"));
302
tag.push(String::from("ISRC"), String::from("UKAAA0500001"));
303
tag.push(String::from("LABEL"), String::from("Label 1"));
0 commit comments