Fix default pattern
This commit is contained in:
parent
41fd924cf1
commit
0762a7d21d
2
main.cpp
2
main.cpp
@ -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;
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user