chore: reduce music page count

This commit is contained in:
Cory Dransfeldt 2023-07-01 19:46:48 -07:00
parent 9075377647
commit cff469beac
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ module.exports = async function () {
const APPLE_TOKEN = APPLE_TOKEN_RESPONSE['music-token']
const asset = new AssetCache('recent_tracks_data')
const PAGE_SIZE = 30
const PAGES = 10
const PAGES = 7
const response = {
artists: {},
albums: {},