cinder92 / react-native-get-music-files

React Native package to get music files from local and sd for iOS and Android
MIT License
130 stars 66 forks source link

invalid column genre #115

Closed 13627491210 closed 7 months ago

13627491210 commented 7 months ago

this is my code, i have a error, invalid column genre 。 my phone's android version is 10。

and another phone is android 13 , it's no problem,works well。

const tracks = await getAll({ limit: 3000, offset: 0, coverQuality: 50, minSongDuration: 60000, sortBy: SortSongFields.TITLE, fields: [ 'title', 'artwork', 'duration', 'artist', // 'genre', // 'lyrics', // 'albumTitle', ], sortOrder: SortSongOrder.ASC, });

dante-cervantes-rocketlab commented 7 months ago

hey @13627491210 could you please share screen shot of the error? so we can check what is happening there ... also have you upgraded to the latest version of this package? it seems that you are adding fields param which is no longer needed. Please take a look to the read-me file.

cinder92 commented 7 months ago

closing due to no response from issuer