Remove Write Artist Image button from artist detail page
Backend endpoint + helper + tests left in place — only the UI surface removed. Re-add later if the workflow proves useful.
This commit is contained in:
parent
e7ecaca3fd
commit
52a89f25df
1 changed files with 0 additions and 6 deletions
|
|
@ -2393,12 +2393,6 @@
|
|||
<span class="enhance-icon">⚡</span>
|
||||
<span class="enhance-text">Enhance Quality</span>
|
||||
</button>
|
||||
<button class="library-artist-write-image-btn" id="library-artist-write-image-btn"
|
||||
onclick="writeArtistImageToDisk()"
|
||||
title="Write artist.jpg to the artist folder on disk (Navidrome reads this)">
|
||||
<span class="write-image-icon">🖼️</span>
|
||||
<span class="write-image-text">Write Artist Image</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="artist-genres-container" id="artist-genres"></div>
|
||||
<div class="artist-hero-bio" id="artist-hero-bio" style="display:none;"></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue