Add torrent file explorer

This commit is contained in:
2022-01-11 18:53:01 +01:00
parent 8719d9b0f9
commit dabef31fa9
14 changed files with 260 additions and 227 deletions

View File

@@ -87,7 +87,7 @@ const toggle_play = () => playing ? player.pause() : player.play()
</audio>
{/if}
<br/>
<br/><br/>
<LargeFileMessage file={file}></LargeFileMessage>
</div>