summaryrefslogtreecommitdiff
path: root/src/ui/screen_track_browser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/screen_track_browser.cpp')
-rw-r--r--src/ui/screen_track_browser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/screen_track_browser.cpp b/src/ui/screen_track_browser.cpp
index 67c47628..6cd92a04 100644
--- a/src/ui/screen_track_browser.cpp
+++ b/src/ui/screen_track_browser.cpp
@@ -60,7 +60,7 @@ static void item_select_cb(lv_event_t* ev) {
TrackBrowser::TrackBrowser(
std::weak_ptr<database::Database> db,
- const std::string& title,
+ const std::pmr::string& title,
std::future<database::Result<database::IndexRecord>*>&& initial_page)
: db_(db),
list_(nullptr),