From da551481476aabb84016f84b3b60a0d7f494dfea Mon Sep 17 00:00:00 2001 From: hagaryavin <72992212+hagaryavin@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:00:25 +0300 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 57fcf56..32ed6b3 100644 --- a/app.js +++ b/app.js @@ -413,7 +413,7 @@ function typeName2Num(typeName) { if (typeName === "show within a show") { return 5; } - return 4; + return 7; } function type2color(typeNum) { if (typeNum === 1) {