Skip to content

Commit

Permalink
Fix SeratoTagsTest.MarkersParseDumpRoundtrip test
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Apr 30, 2023
1 parent 7d78557 commit fbd9669
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified src/test/serato/data/mp3/markers_/very-long-names.octet-stream
Binary file not shown.
1 change: 0 additions & 1 deletion src/track/serato/tags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ QString getPrimaryDecoderNameForFilePath(const QString& filePath) {
constexpr int kFirstLoopIndex = mixxx::kFirstHotCueIndex + 8;
constexpr int kNumCuesInMarkersTag = 5;


bool isCueInfoValid(const mixxx::CueInfo& cueInfo) {
if (cueInfo.getType() == mixxx::CueType::Loop &&
cueInfo.getEndPositionMillis().value_or(0) == 0) {
Expand Down

0 comments on commit fbd9669

Please sign in to comment.