Skip to content

v1.1.2

Choose a tag to compare

@Boc86 Boc86 released this 20 Jun 21:05

v1.1.2

Bug fixes

  • Fixed cached playback: SoulSync proxy was intercepting /api/cached/ requests, returning proxy errors instead of serving cached audio files
  • Cached files now force MP3 format (WebView cannot play OGG/FLAC natively)
  • Cached files saved with correct extension and served with proper MIME type based on actual content

Changes

  • Cache download URL forces format=mp3 regardless of stream format setting
  • Local server route ordering fixed: /api/cached/ checked before SoulSync proxy
  • Extension-based MIME type detection for cached files (defense in depth)