Skip to content

Commit 6910019

Browse files
MrDesjardinsclaude
andcommitted
Update cache-busting version for JS/CSS to force browser reload
The frontend was using cached old JavaScript that didn't have the summary type handling fixes. This updates the version parameter to force browsers to reload the JavaScript and CSS files. Fixes weekly summary playback issue where summaries were incorrectly treated as YouTube videos with empty IDs. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent c7e7782 commit 6910019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>YouTube Radio</title>
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
9-
<link rel="stylesheet" href="/static/style.css?v=1737842302">
9+
<link rel="stylesheet" href="/static/style.css?v=1770738923">
1010
</head>
1111

1212
<body>
@@ -218,7 +218,7 @@ <h2>
218218
<script src="/static/update-checker.js?v=1737842302"></script>
219219

220220
<!-- Main Application Script -->
221-
<script src="/static/app.js?v=1737842302"></script>
221+
<script src="/static/app.js?v=1770738923"></script>
222222
</body>
223223

224224
</html>

0 commit comments

Comments
 (0)