fix: short error on click

This commit is contained in:
2025-10-18 01:20:04 +04:00
parent 6ac195b089
commit e79af4f11d
3 changed files with 108 additions and 5 deletions
+1 -1
View File
@@ -741,7 +741,7 @@ setSecurityHeaders();
<?php if ((defined('FUNKWHALE_ENABLED') && FUNKWHALE_ENABLED) || (defined('CASTOPOD_ENABLED') && CASTOPOD_ENABLED)): ?>
<!-- Lecteur audio unifié pour Funkwhale et Castopod -->
<script src="js/audio-player.js?v=<?php echo filemtime('js/audio-player.js'); ?>"></script>
<script src="js/audio-player.js?v=<?php echo @filemtime('js/audio-player.js') ?: time(); ?>"></script>
<?php endif; ?>
</body>
</html>