ui: update info notes for music and playlists folder settings

This commit is contained in:
2025-10-03 00:36:47 -04:00
parent 820f744b96
commit d74bf7e828

View File

@@ -147,10 +147,6 @@
{#if activeTab === 'library'}
<section class="tab-content">
<h3>Library Folders</h3>
<p class="info-note">
<strong>Note:</strong> Music and Playlists folders should be in the same parent directory for playlists to work properly in other apps.
</p>
<div class="field-row-stacked">
<label for="music-folder">Music Folder</label>
<div class="folder-selector">
@@ -170,6 +166,10 @@
{/if}
</div>
<p class="info-note">
<strong>Note:</strong> Try making a new folder to start. Shark might not like a huge pre-existing music library.
</p>
<div class="field-row-stacked">
<label for="playlists-folder">Playlists Folder</label>
<div class="folder-selector">
@@ -182,6 +182,9 @@
/>
<button onclick={selectPlaylistsFolder}>Browse...</button>
</div>
<p class="info-note">
<strong>Note:</strong> Music and Playlists folders should be in the same directory for playlists to work properly in other apps.
</p>
{#if currentPlaylistsFolder}
<small class="help-text">Currently using: {currentPlaylistsFolder}</small>
{:else}