forked from computertech/techdj
Improve downloading with yt-dlp fallback and fix listener streaming
This commit is contained in:
@@ -375,8 +375,8 @@
|
||||
<div class="stream-url-section">
|
||||
<label>Share this URL:</label>
|
||||
<div class="url-copy-group">
|
||||
<input type="text" id="stream-url" readonly value="http://localhost:5000?listen=true">
|
||||
<button onclick="copyStreamUrl()" class="copy-btn">📋</button>
|
||||
<input type="text" id="stream-url" readonly value="http://localhost:5001">
|
||||
<button onclick="copyStreamUrl(event)" class="copy-btn">📋</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user