Request - Individual File Download Button

I guess this button has been removed a few releases back, but it's really a pain to get around it. Maybe have it as an option to display or hide? Any chance it could come back?
forum.subsonic.org
http://forum.subsonic.org/forum/
<c:if test="${param.downloadEnabled}">
<sub:url value="/download.view" var="downloadUrl">
<sub:param name="id" value="${param.id}"/>
</sub:url>
<a href="${downloadUrl}">
<img src="<spring:theme code="downloadImage"/>" alt="<fmt:message key="$
title="<fmt:message key="common.download"/>" ></a>
</c:if>
<c:if test="${not param.downloadEnabled}">