diff --git a/app/play/page.tsx b/app/play/page.tsx
index 90a1856..443bc3f 100644
--- a/app/play/page.tsx
+++ b/app/play/page.tsx
@@ -938,10 +938,6 @@ function PlayInner() {
第 · {String(sceneCount).padStart(3, "0")} · 幕
·
{String(beatCount).padStart(3, "0")} · 拍
- ·
-
- {session?.id.slice(2, 14) ?? "—"}
-
@@ -999,11 +995,6 @@ function PlayInner() {
)}
-
-
);
}