You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've identified a music issue where the track fields in the format "NN/TT" where show up as a strange 4-digit number in-app. This is not a limitation with MediaStore and seems to instead be a bug with Auxio's loader itself. I'll get around to fixing this eventually.
The text was updated successfully, but these errors were encountered:
Fix a crash that stemmed from the use of the API 30+ database field
CD_TRACK_NUMBER.
I switched to CD_TRACK_NUMBER in 1e39ceb to fix [#88], however I did
not realize that CD_TRACK_NUMBER was actually only supported on API
30 onwards. This led to a load failure on versions before API 30.
I've identified a music issue where the track fields in the format "NN/TT" where show up as a strange 4-digit number in-app. This is not a limitation with MediaStore and seems to instead be a bug with Auxio's loader itself. I'll get around to fixing this eventually.
The text was updated successfully, but these errors were encountered: