Skip to content

Commit

Permalink
fixup! Make getBestTargetBookId public.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Feb 13, 2024
1 parent 88ea258 commit 9ae7f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ std::string remove_quote(std::string input) {
}

std::string Library::getBestTargetBookId(const Bookmark& bookmark, MigrationMode migrationMode) const {
std::lock_guard<std::recursive_mutex> lock(m_mutex);
// Search for a existing book with the same name
auto book_filter = Filter();
if (!bookmark.getBookName().empty()) {
Expand Down

0 comments on commit 9ae7f7c

Please sign in to comment.