Update place holder image
This commit is contained in:
@@ -235,7 +235,6 @@ function streamURL(hash, index = 0) {
|
|||||||
|
|
||||||
<!-- 💡 HTML ve stil kısmı aynı kalıyor -->
|
<!-- 💡 HTML ve stil kısmı aynı kalıyor -->
|
||||||
|
|
||||||
|
|
||||||
<section class="files">
|
<section class="files">
|
||||||
<h2>Transfers</h2>
|
<h2>Transfers</h2>
|
||||||
|
|
||||||
@@ -266,7 +265,9 @@ function streamURL(hash, index = 0) {
|
|||||||
{#if t.thumbnail}
|
{#if t.thumbnail}
|
||||||
<img src={`${API}${t.thumbnail}`} alt="thumb" class="thumb" />
|
<img src={`${API}${t.thumbnail}`} alt="thumb" class="thumb" />
|
||||||
{:else}
|
{:else}
|
||||||
<div class="thumb placeholder">📷</div>
|
<div class="thumb placeholder">
|
||||||
|
<i class="fa-regular fa-image"></i>
|
||||||
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="torrent-info">
|
<div class="torrent-info">
|
||||||
@@ -383,7 +384,10 @@ function streamURL(hash, index = 0) {
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href={streamURL(selectedVideo.infoHash, selectedVideo.fileIndex)}
|
href={streamURL(
|
||||||
|
selectedVideo.infoHash,
|
||||||
|
selectedVideo.fileIndex
|
||||||
|
)}
|
||||||
download={selectedVideo.name}
|
download={selectedVideo.name}
|
||||||
class="control-btn"
|
class="control-btn"
|
||||||
title="Download"
|
title="Download"
|
||||||
|
|||||||
Reference in New Issue
Block a user