This commit is contained in:
Ken Roberts 2016-05-16 06:44:57 -07:00
parent b4329ff781
commit 1f5f457786

View File

@ -681,7 +681,7 @@ def build_lyrics_css(item):
'{shadow2}px;'.format(theme=theme_data.font_main_shadow_color,
shadow1=theme_data.font_main_shadow_size,
shadow2=theme_data.font_main_shadow_size)
lyrics_css = style %(lyricstable, lyrics, lyricsmain)
lyrics_css = style % (lyricstable, lyrics, lyricsmain)
return lyrics_css