aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage (unfollow)
Commit message (Collapse)Author
2024-08-22fix(storage/get_videos): Also order by `publish_date`Benedikt Peetz
All freshly added videos have a priority of 0. To ensure that they are still ordered, also sort by `publish_date`.
2024-08-22feat(download): Support limiting the downloader by maximal cache sizeBenedikt Peetz