Fixed albums listing not working

This commit is contained in:
Bobby Wibowo 2018-10-14 02:35:46 +07:00
parent 4862512471
commit 0403684038
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 2 additions and 2 deletions

View File

@ -1243,7 +1243,7 @@ page.getAlbumsSidebar = function () {
page.getAlbum = function (album) {
page.setActiveMenu(album)
page.getUploads(album.id)
page.getUploads({ album: album.id })
}
page.changeFileLength = function () {

View File

@ -15,7 +15,7 @@
v2: Images and config files (manifest.json, browserconfig.xml, etc).
v3: CSS and JS files (libs such as bulma, lazyload, etc).
#}
{% set v1 = "U53zxBQaSv" %}
{% set v1 = "6SjzrVGxcS" %}
{% set v2 = "Ii3JYKIhb0" %}
{% set v3 = "4TRCinLWfk" %}