daneren2005 / Subsonic

Home of the DSub Android client fork
GNU General Public License v3.0
582 stars 162 forks source link

Skip connection check during download if files are already local #1159

Open flyingOwl opened 10 months ago

flyingOwl commented 10 months ago

This applies to "downloads" that actually just toggle the caching status from "permanently cached" to just "cached" (and back). In these cases the connection check is skipped which would prevent the tasks from being run and trigger a warning.

Fixes #922