From 8a6886d5ef8f2b2b001771fca0a919fa2c19dada Mon Sep 17 00:00:00 2001 From: zobe123 Date: Tue, 2 Feb 2016 21:13:28 +0100 Subject: [PATCH] Update settings.html added changes how @JonnyWong16 wanted ;-) insert branch info before hash insert Source, Chat and Forums link on General Tab (maybe gently added #490) --- data/interfaces/default/settings.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index bbcec5f6..c631f7cd 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -63,6 +63,14 @@ available_notification_agents = sorted(notifiers.available_notification_agents() % if plexpy.CURRENT_VERSION:

Git hash: ${plexpy.CURRENT_VERSION}

% endif +
+

+ Source: https://github.com/drzoidberg33/plexpy +
+ Chat: #drzoidberg33 on gitter.im +
+ Forums: https://github.com/drzoidberg33/plexpy/issues

+

Display Settings

@@ -1359,7 +1367,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents() {rating_key} - The unique identifier for the item. + The unique identifier for the item. (Movie, Episode or Track.) {parent_rating_key} @@ -1826,4 +1834,4 @@ $(document).ready(function() { }); }); - \ No newline at end of file +