better handling all around for files and symlinks

This commit is contained in:
2023-10-17 23:09:36 +02:00
parent 5bee1b6382
commit d8ca28f2ff
14 changed files with 90 additions and 260 deletions

View File

@@ -18,7 +18,7 @@
<StreamPage />
</div>
<div id="player">
<Player display={true} src="/files/tracks/{$currentStream.filename}" />
<Player display={true} src="/media/tracks/{$currentStream.filename}" />
</div>
</div>