Added an option ui-allow-downloads in lms.conf to enable/disable downloads, fixes #776

This commit is contained in:
emeric
2025-12-03 22:02:16 +01:00
parent 7feecb2027
commit 2d90281b11
13 changed files with 88 additions and 37 deletions
+2
View File
@@ -59,7 +59,9 @@
<li>${play-next class="dropdown-item"}</li>
<li>${play-last class="dropdown-item"}</li>
<li>${star class="dropdown-item"}</li>
${<if-has-download>}
<li>${download class="dropdown-item"}</li>
${</if-has-download>}
<li>${track-info class="dropdown-item"}</li>
${<if-has-lyrics>}<li>${track-lyrics class="dropdown-item"}</li>${</if-has-lyrics>}
</ul>