Merge pull request #1136 from johnappletree/patch-1

Update PageBrowseRecentlyAdded.vue
This commit is contained in:
Christian Meffert 2020-11-28 06:51:49 +01:00 committed by GitHub
commit 234a4f5b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,8 @@ const browseData = {
load: function (to) { load: function (to) {
return webapi.search({ return webapi.search({
type: 'album', type: 'album',
expression: 'time_added after 8 weeks ago and media_kind is music having track_count > 3 order by time_added desc', expression: 'media_kind is music having track_count > 3 order by time_added desc',
limit: 50 limit: 500
}) })
}, },