mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-05-02 00:05:15 +02:00
7c4309955e
Add singleFilenameFormat setting so singles/EPs can use a different filename template than albums. The format editor is reused with custom title/description. Dart selects the correct format based on track.isSingle before passing to Go, so no backend changes needed. Also fix isSingle getter to include all EPs regardless of totalTracks. Closes #271