Skip to content

Commit

Permalink
fix: properly ready tag types from the write path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Mar 25, 2023
1 parent 4a451e9 commit 132f873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/src/tags/tag-type-database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bool TagTypeDatabase::load()
return true;
}

QFile f(m_file.readPath());
QFile f(m_file.readPath(""));
if (!f.open(QFile::ReadOnly | QFile::Text)) {
return false;
}
Expand Down

0 comments on commit 132f873

Please sign in to comment.