Fix default pattern

This commit is contained in:
zvon 2019-01-23 19:54:42 +01:00
parent 41fd924cf1
commit 0762a7d21d

View File

@ -78,7 +78,7 @@ int main(int argc, char** argv) {
std::string language{"en"}; std::string language{"en"};
bool linux{false}; bool linux{false};
bool trust{false}; bool trust{false};
std::string pattern{"%file - %epname"}; std::string pattern{"%filename - %epname"};
Curl c; Curl c;
{ {