mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 18:36:07 +00:00
Fixed home tab having only 10 items instead of 30
This commit is contained in:
parent
2a277db76a
commit
89ab1e0f96
2
app.py
2
app.py
|
@ -160,7 +160,7 @@ class deemix:
|
||||||
|
|
||||||
def get_home(self, dz):
|
def get_home(self, dz):
|
||||||
if not self.homeCache:
|
if not self.homeCache:
|
||||||
self.homeCache = dz.api.get_chart()
|
self.homeCache = dz.api.get_chart(limit=30)
|
||||||
return self.homeCache
|
return self.homeCache
|
||||||
|
|
||||||
def getDownloadFolder(self):
|
def getDownloadFolder(self):
|
||||||
|
|
Loading…
Reference in a new issue