aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-12 20:47:38 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-12 20:47:38 -0700
commit63b2e7083230320731c8488fe42ebdccaf9a4693 (patch)
tree25a6a31c975adeb9bf33e525328edbb104170b71
parent0ffca10c38c9dff3deadfce43f2a1ea0989561df (diff)
fix: tachi_to_tachi_session remove derived rating
-rw-r--r--chuni/tachi/tachi_to_tachi_session.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/chuni/tachi/tachi_to_tachi_session.js b/chuni/tachi/tachi_to_tachi_session.js
index 05fe300..660002f 100644
--- a/chuni/tachi/tachi_to_tachi_session.js
+++ b/chuni/tachi/tachi_to_tachi_session.js
@@ -47,7 +47,6 @@ javascript: void (function () {
const parts = judgementText.split("-").map((x) => parseInt(x.trim()));
const [jcrit, justice, attack, miss] = parts;
const lamp = cells[5].innerText.trim();
- const rating = parseFloat(cells[6].innerText.trim());
const timestampCellLines = cells[7].innerText.trim().split("\n");
const dateString =
timestampCellLines.find((line) => /\w+ \d+, \d+/.test(line)) || "";
@@ -59,7 +58,6 @@ javascript: void (function () {
difficulty,
identifier: title,
artist,
- rating,
judgements: { jcrit, justice, attack, miss },
timeAchieved,
});
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage