{#if confirmDeleteLibrary} (confirmDeleteLibrary = null)} /> {/if}
{#if libraries.length > 0} {#each libraries as library, index} {#key library.id} {#if totalCount[index] == undefined} {:else} {/if} {#if renameLibrary === index}
(renameLibrary = null)} />
{/if} {#if editImportPaths === index}
(editImportPaths = null)} />
{/if} {#if editScanSettings === index}
(editScanSettings = null)} />
{/if} {/key} {/each}
Type Name Assets Size
{#if library.type === LibraryType.External} {:else if library.type === LibraryType.Upload} {/if} {library.name} {totalCount[index]} {diskUsage[index]} {diskUsageUnit[index]} {#if showContextMenu} onMenuExit()}> onRenameClicked(index)} text="Rename" /> {#if libraryType === LibraryType.External} onEditImportPathClicked(index)} text="Edit Import Paths" /> onScanSettingClicked(index)} text="Scan Settings" />
onScanNewLibraryClicked(library.id)} text="Scan New Library Files" /> onScanAllLibraryFilesClicked(library.id)} text="Re-scan All Library Files" subtitle={'Only refreshes modified files'} /> onForceScanAllLibraryFilesClicked(library.id)} text="Force Re-scan All Library Files" subtitle={'Refreshes every file'} />
onRemoveOfflineFilesClicked(library.id)} text="Remove Offline Files" /> onDeleteLibraryClicked(index, library)}>

Delete library

{/if}
{/if}
{/if}