mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-26 04:51:09 -05:00
twitchTemplate default adjustment
This commit is contained in:
parent
9b7a8cd391
commit
758c76e9ea
@ -78,7 +78,7 @@ conf.registerChannelValue(SpiffyTitles, 'twitchLogo',
|
||||
|
||||
# Twitch template
|
||||
conf.registerChannelValue(SpiffyTitles, 'twitchTemplate',
|
||||
registry.String("^ {{twitch_logo}} {{display_name}} {%if live%}(LIVE) {%if game_name%}[{{game_name}}] {%endif%}:: {{title}} :: Started: {{started_at}} :: Stream Viewers: {{stream_viewers}} {%endif%}{%if description%}:: {{description}} {%endif%}:: Total Viewers: {{total_viewers}}", _("""Twitch title template""")))
|
||||
registry.String("^ {{twitch_logo}} {{display_name}} {%if live%}:: (LIVE) {%if game_name%}[{{game_name}}] {%endif%}:: {{title}} :: Started: {{started_at}} :: Stream Viewers: {{stream_viewers}} {%endif%}{%if description%}:: {{description}} {%endif%}:: Total Viewers: {{total_viewers}}", _("""Twitch title template""")))
|
||||
|
||||
#OMDB API Key
|
||||
conf.registerGlobalValue(SpiffyTitles, 'omdbAPI',
|
||||
|
Loading…
x
Reference in New Issue
Block a user