Fixed the name of the remove after play box

This commit is contained in:
KasperRT
2014-10-20 15:40:08 +02:00
parent 999dff5326
commit c4739918f2

View File

@@ -7,7 +7,7 @@
<label>Allow long songs <input type="checkbox" name="longSongs" value="1"></input></label>
<label>Show playlist on frontpage <input type="checkbox" name="frontPage" value="1"></input></label>
<label>Allow only music <input type="checkbox" name="onlyMusic" value="1"></input></label>
<label>Remove song after playing <input type="checkbox" name="onlyMusic" value="1"></input></label>
<label>Remove song after playing <input type="checkbox" name="removePlay" value="1"></input></label>
<input type="button" class="button" value="Save Settings" onclick="submitAdmin(this.form)">
</form>