fix missing space in twitch template
This commit is contained in:
parent
b1d62295a1
commit
fb2b8967e0
|
|
@ -74,7 +74,7 @@ conf.registerGlobalValue(SpiffyTitles, 'twitchAPI',
|
|||
|
||||
# Twitch template
|
||||
conf.registerChannelValue(SpiffyTitles, 'twitchTemplate',
|
||||
registry.String("^ {{display_name}} {%if live%}:: {{title}} :: (LIVE) {%if game_name%}[{{game_name}}] {%endif%}:: Started: {{started_at}} :: Stream Viewers: {{stream_viewers}}{%endif%}{%if description%}:: {{description}}{%endif%} :: Total Viewers: {{total_viewers}}", _("""Twitch title template""")))
|
||||
registry.String("^ {{display_name}} {%if live%}:: {{title}} :: (LIVE) {%if game_name%}[{{game_name}}] {%endif%}:: 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…
Reference in New Issue