Skip to content

Commit ed90d5c

Browse files
authored
Merge pull request #86 from Archmonger/auto-folder-naming
Sonarr Auto Folder Naming
2 parents 1de78ef + ff1d0e1 commit ed90d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyarr/sonarr_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _construct_series_json(
4040
series_json = {
4141
"title": series["title"],
4242
"seasons": series["seasons"],
43-
"path": root_dir + series["title"],
43+
"rootFolderPath": root_dir,
4444
"qualityProfileId": quality_profile_id,
4545
"seasonFolder": season_folder,
4646
"monitored": monitored,

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyarr"
3-
version = "2.0.5"
3+
version = "2.0.6"
44
description = "A Sonarr and Radarr API Wrapper"
55
authors = ["Steven Marks <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)