fix: short error on click
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user