SubmarinerApp / Submariner

A Subsonic client for macOS
https://submarinerapp.com
BSD 3-Clause "New" or "Revised" License
123 stars 3 forks source link

Unify download operation and library sync #45

Closed NattyNarwhal closed 1 year ago

NattyNarwhal commented 1 year ago

SBSubsonicDownloadOperation is triggered by the Download UI actions, handles UI progress and auth better, but uses the obsolete NSURLDownload. SBPlayer can issue downloads with NSURLSession behind the scenes, but is quiet and reimplementing functionality.