We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe32d4 commit d651139Copy full SHA for d651139
1 file changed
app/screens/Pres/Genre.js
@@ -58,7 +58,7 @@ const Genre = ({ route: { params: { name, albumCount = 0, songCount = 0 } } }) =
58
}
59
60
const getRandomSongs = () => {
61
- getApiNetworkFirst(config, 'getRandomSongs', { genre: name, count: 50 })
+ getApiNetworkFirst(config, 'getRandomSongs', { genre: name, size: 50 })
62
.then((json) => {
63
const songs = json.randomSongs?.song
64
if (!songs) return
0 commit comments