Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix always loading on default sources
Browse files Browse the repository at this point in the history
Fauzanmhr committed Sep 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e80a1a6 commit b726ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/episode.ejs
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
</div>
</div>
<!-- Streaming Iframe with Lazy Loading -->
<iframe id="streaming-iframe" class="d-none lazyload" data-src="<%= episode.streamingUrl %>" title="Streaming Player" allowfullscreen></iframe>
<iframe id="streaming-iframe" class="d-none" data-src="<%= episode.streamingUrl %>" title="Streaming Player" allowfullscreen></iframe>
</div>
<div class="mb-4">
<select id="streaming-source" class="form-select">

0 comments on commit b726ff2

Please sign in to comment.