Skip to content

Commit

Permalink
Remove old config fields
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmurphy committed Feb 9, 2024
1 parent 0e00a25 commit 72063bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions organise_tv_shows/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ class PushoverConfig(BaseModel):
token: str
user_key: str
device: Optional[str] = None
ignore_hd: Optional[bool] = False


class SeriesTitleOverride(BaseModel):
match: str
replacement: str


class SeriesConfig(BaseModel):
Expand Down

0 comments on commit 72063bb

Please sign in to comment.