mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
Test buttons for XBMC
New: Added buttons to test XBMC configuration
This commit is contained in:
@@ -51,4 +51,14 @@
|
||||
<span class="small">@Html.DescriptionFor(m => m.XbmcPassword)</span>
|
||||
</label>
|
||||
@Html.TextBoxFor(m => m.XbmcPassword, new { @class = "inputClass", type = "password" })
|
||||
|
||||
<label class="labelClass">Test Notification
|
||||
<span class="small">Sends a test notification to your XBMC client(s)</span>
|
||||
</label>
|
||||
<input type="button" id="xbmc-test-notification" value="Test Notification" class="inputClass"/>
|
||||
|
||||
<label class="labelClass">Test JSON-API
|
||||
<span class="small">Test that library updates will work</span>
|
||||
</label>
|
||||
<input type="button" id="xbmc-test-jsonapi" value="Test JSON-API" class="inputClass"/>
|
||||
</div>
|
Reference in New Issue
Block a user