ani-cli-npm 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -46,7 +46,7 @@ async function main() {
46
46
  await anime.init(anime_id, cache_folder);
47
47
  let episode_number;
48
48
  if (anime.episode_list.length == 1) {
49
- episode_number = 0;
49
+ episode_number = 1;
50
50
  }
51
51
  else {
52
52
  console.log(`Select episode [1-${anime.episode_list.length}] ${(anime.most_recent != 0) ? `Or C to continue from ep${anime.most_recent + 1}` : ""}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ani-cli-npm",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "ani-cli tool rewritten as npm package",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {