AntennaPod/net/download
ByteHamster f30cdf0e80
Sync after refreshing (#7475)
- Enables users to manually trigger sync
- Makes sure that we actually refresh when a new feed arrives:
Previously, we might request the feed to be refreshed but then don't
actually wait for it to be completed because the refresh service
wouldn't start up quickly enough.

This makes sure that we do not try to sync again before the refresh
actually went through, even if the sync service is called multiple times.
2024-11-01 10:29:11 +01:00
..
service Sync after refreshing (#7475) 2024-11-01 10:29:11 +01:00
service-interface Store download date in database (#7090) 2024-04-13 17:28:56 +02:00
README.md Move DownloadService-Interface to new module 2022-11-06 12:28:30 +01:00

README.md

:net:download

This folder contains the download service and its interface.