odyssey icon indicating copy to clipboard operation
odyssey copied to clipboard

Issue #192 (Track Sort) Workaround

Open rdy2go opened this issue 1 year ago • 0 comments

Workaround for Issue #192

The query of MediaStore.Audio.Media.TRACK is in some low versions with API-Level 29 (Android Q) a string (Should be an int). Therefore the normal "oderBy" does not Work as desired.

Reference Stackoverflow: Problem sorting Mediastore track number containing String values

rdy2go avatar May 14 '24 13:05 rdy2go