Skip to content

Commit

Permalink
edit comment and edit label
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauzanmhr committed Sep 1, 2024
1 parent 38b7ff8 commit ae9aeca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/episode.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<span class="visually-hidden">Loading...</span>
</div>
</div>
<!-- Streaming Iframe with Lazy Loading -->
<!-- Streaming Iframe-->
<iframe id="streaming-iframe" class="d-none" data-src="<%= episode.streamingUrl %>" title="Streaming Player" allowfullscreen></iframe>
</div>

<!-- Adding a label for the dropdown -->
<div class="mb-4">
<label for="streaming-source" class="form-label">Select Streaming Source:</label>
<label for="streaming-source" class="form-label">Select a streaming source:</label>
<select id="streaming-source" class="form-select">
<option value="<%= episode.streamingUrl %>">Default Source</option>
<% episode.downloadUrl.forEach(quality => { %>
Expand Down

0 comments on commit ae9aeca

Please sign in to comment.