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

View File

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