Also set itemcount for Radiobrowser landing
This commit is contained in:
parent
cc8eb48a4b
commit
fedca94507
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ def radiobrowser_landing():
|
|||
len(radiobrowser.get_country_directories())))
|
||||
page.add(vtuner.Directory('Most Popular', url_for('radiobrowser_popular', _external=True),
|
||||
len(radiobrowser.get_stations_by_votes())))
|
||||
page.set_count(3)
|
||||
return page.to_string()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue