Skip to content

Commit

Permalink
Merge pull request #86 from Archmonger/auto-folder-naming
Browse files Browse the repository at this point in the history
Sonarr Auto Folder Naming
  • Loading branch information
marksie1988 authored Sep 11, 2021
2 parents 1de78ef + ff1d0e1 commit ed90d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyarr/sonarr_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _construct_series_json(
series_json = {
"title": series["title"],
"seasons": series["seasons"],
"path": root_dir + series["title"],
"rootFolderPath": root_dir,
"qualityProfileId": quality_profile_id,
"seasonFolder": season_folder,
"monitored": monitored,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyarr"
version = "2.0.5"
version = "2.0.6"
description = "A Sonarr and Radarr API Wrapper"
authors = ["Steven Marks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ed90d5c

Please sign in to comment.