-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] why do you need an internet connection to permanent cache tracks? #922
Comments
Caching a song involves downloading it from your server which isn't possible when you're not connected to it. |
@dddddd-mmmmmm I'm talking about the situation where the track is already cached (with a blue pin) but you want to permanently cache it with a green pin |
flyingOwl
added a commit
to flyingOwl/Subsonic
that referenced
this issue
Jan 27, 2024
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 daneren2005#922
flyingOwl
added a commit
to flyingOwl/Subsonic
that referenced
this issue
Jan 27, 2024
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 daneren2005#922
paroj
pushed a commit
to paroj/DSub2000
that referenced
this issue
Apr 1, 2024
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 daneren2005#922
paroj
pushed a commit
to paroj/DSub2000
that referenced
this issue
Apr 5, 2024
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 daneren2005#922
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
steps to repro:
thank you (i love your app)
The text was updated successfully, but these errors were encountered: