mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-16 00:25:31 +01:00
First pass at adding What.cd search support...not yet functional
This commit is contained in:
@@ -265,6 +265,19 @@ m<%inherit file="base.html"/>
|
||||
<input type="text" name="waffles_passkey" value="${config['waffles_passkey']}" size="36">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row checkbox">
|
||||
<input id="usewhatcd" type="checkbox" name="whatcd" onclick="initConfigCheckbox($(this));" value="1" ${config['use_whatcd']} /><label>What.cd</label>
|
||||
</div>
|
||||
<div class="config">
|
||||
<div class="row">
|
||||
<label>What.cd UID Number: </label>
|
||||
<input type="text" name="whatcd_uid" value="${config['whatcd_uid']}" size="36">
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>What.cd Passkey: </label>
|
||||
<input type="text" name="whatcd_passkey" value="${config['whatcd_passkey']}" size="36">
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
</td>
|
||||
@@ -785,6 +798,7 @@ m<%inherit file="base.html"/>
|
||||
initConfigCheckbox("#usenewzbin");
|
||||
initConfigCheckbox("#usenzbsorg");
|
||||
initConfigCheckbox("#usewaffles");
|
||||
initConfigCheckbox("#usewhatcd");
|
||||
initConfigCheckbox("#useblackhole");
|
||||
initConfigCheckbox("#useapi");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user