khushpanchal / Ketch

An Android File downloader library based on WorkManager with pause and resume support.
https://medium.com/@khush.panchal123/ketch-android-file-downloader-library-7369f7b93bd1
395 stars 26 forks source link

How to clear Ketch database only, without deleting file? #21

Open hemantp66 opened 4 weeks ago

hemantp66 commented 4 weeks ago

As my download is finished from ketch , i am observing and saving entry in my apps database, now there is no need to keep additinal entry in ketch database, so i want to ckear that entry?

khushpanchal commented 4 weeks ago

Currently there is no functionality to delete only entry and not file. Why you need to clear the entry of the downloaded video anyway?

Anyways I am planning to add one additional Boolean in clearDb function in case someone want to only delete the entry. Feel free to create the PR if you want to implement it.