configuration: do not continue after handling --current-song

This commit is contained in:
sphaugh
2016-04-27 20:16:16 -05:00
committed by Andrzej Rybczak
parent e657089b30
commit 92b90b754d

View File

@@ -196,8 +196,8 @@ bool configure(int argc, char **argv)
{
auto format = Format::parse(vm["current-song"].as<std::string>(), Format::Flags::Tag);
std::cout << Format::stringify<char>(format, &s);
return false;
}
return false;
}
// custom startup screen