diff options
Diffstat (limited to 'src/app_console/app_console.cpp')
| -rw-r--r-- | src/app_console/app_console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_console/app_console.cpp b/src/app_console/app_console.cpp index ebd5559a..7af484aa 100644 --- a/src/app_console/app_console.cpp +++ b/src/app_console/app_console.cpp @@ -194,7 +194,7 @@ int CmdDbTracks(int argc, char** argv) { } if (res->next_page()) { auto continuation = res->next_page().value(); - res.reset(db->GetPage(&continuation).get()); + res.reset(db->GetPage<database::Track>(&continuation).get()); } else { break; } |
