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

Added basic pagination

This commit is contained in:
Krateng
2019-06-17 14:28:16 +02:00
parent f484c768ab
commit a5d73f8fe9
3 changed files with 49 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ def instructions(keys):
# scrobbles
html_scrobbles, _, _ = module_scrobblelist(max_=15,shortTimeDesc=True,pictures=True,earlystop=True)
html_scrobbles, _, _ = module_scrobblelist(perpage=15,shortTimeDesc=True,pictures=True,earlystop=True)
clockp("Scrobbles")