List notifications agents alphabetically

This commit is contained in:
Jonathan Wong 2015-10-26 18:00:51 -07:00
parent 0b67abb2a2
commit 3f8224fec5

View file

@ -3,7 +3,7 @@
import plexpy
from plexpy import notifiers, common, versioncheck
available_notification_agents = notifiers.available_notification_agents()
available_notification_agents = sorted(notifiers.available_notification_agents(), key=lambda k: k['name'])
%>
<%def name="headIncludes()">
</%def>