mirror of
https://github.com/markuryy/shark.git
synced 2025-12-12 11:41:02 +00:00
ui: update info notes for music and playlists folder settings
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user