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)