aboutsummaryrefslogtreecommitdiffstats
path: root/src/constants.rs (unfollow)
Commit message (Collapse)Author
2024-08-23feat(treewide): Use a configuration fileBenedikt Peetz
This allows use to avoid duplication of default values in the codebase and obviously also facilitates changing these without having to re-compile.
2024-08-22fix(constants): Don't set a default subtile languageBenedikt Peetz
Always fetching a subtitle file is rather counterproductive.
2024-08-22feat(download): Support limiting the downloader by maximal cache sizeBenedikt Peetz