File tree Expand file tree Collapse file tree
src/routes/downloads/[id] Expand file tree Collapse file tree Original file line number Diff line number Diff line change 477477 <div class =" actions" >
478478 {#if download .status === ' COMPLETED' }
479479 <DownloadVersionPicker downloadId ={download .id } label ="Download File" className ="btn btn-primary" bind:open ={downloadPickerOpen } />
480- <AddToPlaylistMenu downloadId ={download .id } storagePool ={download .storagePool } />
481480 {#if download .storagePool === ' cache' }
482481 {#if libraryRequestStatus === ' pending' }
483482 <button class =" btn btn-secondary" disabled title =" Library save requested" >
496495 </button >
497496 {/if }
498497 {/if }
498+ <AddToPlaylistMenu downloadId ={download .id } storagePool ={download .storagePool } />
499499 {#if data .jellyfinUrl }
500500 <button class ="btn btn-secondary" onclick ={openInJellyfin } title =" Open in Jellyfin" aria-label =" Open in Jellyfin" >
501501 <ExternalLinkIcon />
You can’t perform that action at this time.
0 commit comments