[PR #71] [MERGED] add configuration option for default root folder #133

Closed
opened 2025-11-20 04:17:19 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kiranshila/Doplarr/pull/71
Author: @LucianoLaratelli
Created: 3/23/2022
Status: Merged
Merged: 4/24/2022
Merged by: @kiranshila

Base: developHead: main


📝 Commits (4)

  • cf6f7a4 add configuration option for default root folder
  • 191181f Rename root-folder to rootfolder
  • 3044e2d destructure rootfolders in impl
  • e914012 prevent using overseer + other backend

📊 Changes

5 files changed (+47 additions, -18 deletions)

View changed files

📝 README.md (+13 -11)
📝 src/doplarr/backends/radarr.clj (+6 -2)
📝 src/doplarr/backends/sonarr.clj (+9 -2)
📝 src/doplarr/config.clj (+2 -0)
📝 src/doplarr/config/specs.clj (+17 -3)

📄 Description

untested, but I think this is everything.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kiranshila/Doplarr/pull/71 **Author:** [@LucianoLaratelli](https://github.com/LucianoLaratelli) **Created:** 3/23/2022 **Status:** ✅ Merged **Merged:** 4/24/2022 **Merged by:** [@kiranshila](https://github.com/kiranshila) **Base:** `develop` ← **Head:** `main` --- ### 📝 Commits (4) - [`cf6f7a4`](https://github.com/kiranshila/Doplarr/commit/cf6f7a41c269ea991d365bdaec0c943ea8b14dcd) add configuration option for default root folder - [`191181f`](https://github.com/kiranshila/Doplarr/commit/191181f67bf673593291ba8be2e133aaa88bbedd) Rename `root-folder` to `rootfolder` - [`3044e2d`](https://github.com/kiranshila/Doplarr/commit/3044e2d986a825afd52553e9918d5e60b99bf9cb) destructure rootfolders in impl - [`e914012`](https://github.com/kiranshila/Doplarr/commit/e914012fbac97fc05eb3c3acf56778a7a429bfb7) prevent using overseer + other backend ### 📊 Changes **5 files changed** (+47 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+13 -11) 📝 `src/doplarr/backends/radarr.clj` (+6 -2) 📝 `src/doplarr/backends/sonarr.clj` (+9 -2) 📝 `src/doplarr/config.clj` (+2 -0) 📝 `src/doplarr/config/specs.clj` (+17 -3) </details> ### 📄 Description untested, but I think this is everything. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:17:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Doplarr#133