From c5c68829eaf80089df587a86cd142b4ae2dafe69 Mon Sep 17 00:00:00 2001 From: Calimerorulez Date: Tue, 17 Jan 2012 21:35:34 +0100 Subject: [PATCH] Modified headphones/template.py for the prowl fields modified: headphones/templates.py --- headphones/templates.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/headphones/templates.py b/headphones/templates.py index 4d399dc2..5e922bd7 100644 --- a/headphones/templates.py +++ b/headphones/templates.py @@ -355,6 +355,21 @@ configform = form = '''

Log Directory:

+ + Prowl Notification: +

+ Enabled? +

+

+ API key: + +

+

+ Notify on snatch?

+

Priority (-2,-1,0,1 or 2): +

+ + @@ -422,4 +437,4 @@ def displayAlbums(ArtistID, Type=None): i = i+1 page.append('
') - return ''.join(page) \ No newline at end of file + return ''.join(page)