Changed Hipchat emoticon checkbox to user definable string, since (plex) was a custom user emoticon.

This commit is contained in:
aboron 2016-07-08 11:37:49 -04:00
parent e5bcd1f94e
commit b3cfcf660e
2 changed files with 10 additions and 9 deletions

View file

@ -215,7 +215,7 @@ _CONFIG_DEFINITIONS = {
'HIPCHAT_URL': (str, 'Hipchat', ''),
'HIPCHAT_COLOR': (str, 'Hipchat', 'green'),
'HIPCHAT_INCL_SUBJECT': (int, 'Hipchat', 1),
'HIPCHAT_INCL_EMOTICON': (int, 'Hipchat', 0),
'HIPCHAT_INCL_EMOTICON': (str, 'Hipchat', ''),
'HIPCHAT_ENABLED': (int, 'Hipchat', 0),
'HIPCHAT_ON_PLAY': (int, 'Hipchat', 0),
'HIPCHAT_ON_STOP': (int, 'Hipchat', 0),