mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
Merge pull request #1136 from johnappletree/patch-1
Update PageBrowseRecentlyAdded.vue
This commit is contained in:
commit
234a4f5b4b
@ -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
|
||||
})
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user