new media player functionality
This commit is contained in:
@@ -139,6 +139,21 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Stream -->
|
||||
<div class="form-section">
|
||||
<h3>Stream</h3>
|
||||
<div class="form-group">
|
||||
<label for="stream_url">Stream URL (MP3)</label>
|
||||
<input id="stream_url" type="url" [(ngModel)]="stream_url" name="stream_url"
|
||||
placeholder="https://example.com/stream.mp3">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="stream_metadata_url">Live Metadata API URL</label>
|
||||
<input id="stream_metadata_url" type="url" [(ngModel)]="stream_metadata_url" name="stream_metadata_url"
|
||||
placeholder="https://example.com/api/live-info">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-actions">
|
||||
<button type="button" class="btn btn-cancel" (click)="onClose()">Cancel</button>
|
||||
<button type="submit" class="btn btn-save" [disabled]="saving">
|
||||
|
||||
Reference in New Issue
Block a user