fix missing space in twitch template

This commit is contained in:
Gordon Shumway 2019-12-11 09:37:08 -05:00 committed by GitHub
parent b1d62295a1
commit fb2b8967e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',