From cb85884d09dd681880040098919c1136f5ecbf69 Mon Sep 17 00:00:00 2001 From: Halhadus Date: Sat, 8 Feb 2025 02:46:51 +0300 Subject: [PATCH] Fixed Random Track buton on new website module --- websitemodule.py | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/websitemodule.py b/websitemodule.py index 6ea605a..fddcc9a 100644 --- a/websitemodule.py +++ b/websitemodule.py @@ -77,8 +77,7 @@ def randomize(listurl): # Data fetching and class="play-button"> ← Main Page - """ @@ -105,7 +104,7 @@ def randomize(listurl): # Data fetching and # HTML block html += f""" -
+
#{musiccount} {title} @@ -117,7 +116,17 @@ def randomize(listurl): # Data fetching and class="thumbnail" alt="{title} Cover Art" onerror="this.style.display='none'"> -
""" +
+ + + """ except Exception as e: print(f"Error processing: {music} - {str(e)}")