1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed display bug

This commit is contained in:
Krateng 2019-06-13 17:41:42 +02:00
parent 09b1fd446b
commit 649075286c

View File

@ -308,7 +308,7 @@ def module_toptracks(pictures=True,**kwargs):
if pictures:
html += "<td><div></div></td>"
html += "<td class='stats'>" + "No scrobbles" + "</td>"
html += "<td>" + "" + "</td>"
#html += "<td>" + "" + "</td>"
html += "<td class='amount'>" + "0" + "</td>"
html += "<td class='bar'>" + "" + "</td>"
else: