Skip to content

Commit

Permalink
1.4.3: make --episode-id actually do something
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiayang committed Feb 20, 2022
1 parent fe63117 commit 63dd3f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/arguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "defs.h"

static constexpr const char* VERSION = "1.4.2";
static constexpr const char* VERSION = "1.4.3";

#define ARG_HELP "--help"
#define ARG_VERSION "--version"
Expand Down Expand Up @@ -365,6 +365,7 @@ namespace args
if(i != argc - 1)
{
i++;
config::setManualEpisodeId(argv[i]);
continue;
}
else
Expand Down

0 comments on commit 63dd3f2

Please sign in to comment.