mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added Prowl notifications.
This commit is contained in:
parent
1b8e359a63
commit
277b873b39
18 changed files with 452 additions and 9 deletions
|
@ -58,6 +58,7 @@
|
|||
<li><a href="#tabs-smtp">SMTP</a></li>
|
||||
<li><a href="#tabs-twitter">Twitter</a></li>
|
||||
<li><a href="#tabs-growl">Growl</a></li>
|
||||
<li><a href="#tabs-growl">Prowl</a></li>
|
||||
</ul>
|
||||
<div id="tabs-xbmc">
|
||||
@{Html.RenderPartial("Xbmc", Model);}
|
||||
|
@ -71,6 +72,9 @@
|
|||
<div id="tabs-growl">
|
||||
@{Html.RenderPartial("Growl", Model);}
|
||||
</div>
|
||||
<div id="tabs-prowl">
|
||||
@{Html.RenderPartial("Prowl", Model);}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button type="submit" id="save_button" disabled="disabled">Save</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue