Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README.md | Parker | 2024-05-19 | 1 | -2/+2 |
| | |||||
* | Auto search for movie on addition to Radarr | Parker | 2024-05-19 | 1 | -0/+6 |
| | |||||
* | Fix option value already exists errors | Parker | 2024-05-19 | 2 | -47/+41 |
| | | | | An error would occur if two movies with the same name and year were returned. This has been fixed, and the TMDB ID is also added to the dropdown description. | ||||
* | Merge branch 'main' of https://github.com/PacketParker/CordArr | Parker | 2024-05-18 | 2 | -2/+4 |
|\ | |||||
| * | Update README.md | Parker | 2024-05-19 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #1 from PacketParker/dependabot/pip/requests-2.31.0 | Parker | 2024-05-19 | 1 | -1/+1 |
| |\ | | | | | | | Bump requests from 2.28.2 to 2.31.0 | ||||
| | * | Bump requests from 2.28.2 to 2.31.0 | dependabot[bot] | 2024-05-19 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* / | Add `ACCOUNT_TIME` to config creation | Parker | 2024-05-18 | 2 | -2/+7 |
|/ | |||||
* | Create CordArr | Parker | 2024-05-18 | 14 | -2/+866 |
| | |||||
* | Initial commit | Parker | 2024-05-17 | 3 | -0/+28 |