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:
Broque Thomas 2026-05-14 12:36:03 -07:00
parent e7ecaca3fd
commit 52a89f25df

View file

@ -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>