Add a precacher to significantly improve importing to arrs/plex

This commit is contained in:
Mukhtar Akere
2025-03-15 23:12:37 +01:00
parent e2ff3b26de
commit b91aa1db38
4 changed files with 57 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ type QBitTorrent struct {
DownloadFolder string `json:"download_folder"`
Categories []string `json:"categories"`
RefreshInterval int `json:"refresh_interval"`
SkipPreCache bool `json:"skip_pre_cache"`
}
type Arr struct {