mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45: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) {
|
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
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user