My fork of airsonic with experimental fixes and improvements. See branch "custom"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
562 B

8 years ago
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
<html><head>
<%@ include file="head.jsp" %>
</head>
<body onload="document.allmusic.submit();" class="mainframe bgcolor1">
<h2><fmt:message key="allmusic.text"><fmt:param value="${album}"/></fmt:message></h2>
<form name="allmusic" action="https://www.allmusic.com/search" method="POST" accept-charset="iso-8859-1">
8 years ago
<input type="hidden" name="search_term" value="${album}"/>
<input type="hidden" name="search_type" value="album"/>
</form>
</body>
</html>