summaryrefslogtreecommitdiff
path: root/src/app_console/app_console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_console/app_console.cpp')
-rw-r--r--src/app_console/app_console.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app_console/app_console.cpp b/src/app_console/app_console.cpp
index bef29834..3e2d8067 100644
--- a/src/app_console/app_console.cpp
+++ b/src/app_console/app_console.cpp
@@ -249,8 +249,9 @@ int CmdDbIndex(int argc, char** argv) {
return -1;
}
if (res->values().at(choice).track()) {
- AppConsole::sTrackQueue->IncludeLast(std::make_shared<playlist::IndexRecordSource>(
- AppConsole::sDatabase, res, 0, res, choice));
+ AppConsole::sTrackQueue->IncludeLast(
+ std::make_shared<playlist::IndexRecordSource>(AppConsole::sDatabase,
+ res, 0, res, choice));
}
auto cont = res->values().at(choice).Expand(20);
if (!cont) {