diff --git a/layouts/live/list.html b/layouts/live/list.html
index 54ae910..aa73015 100644
--- a/layouts/live/list.html
+++ b/layouts/live/list.html
@@ -81,6 +81,8 @@
function notActive(el) {
if(el.classList.contains('active')) return el.classList.remove('active');
}
-
+ setTimeout(() => {
+document.getElementById("button-akgul").click();
+},3000);
{{ end }}
\ No newline at end of file