Skip to content

Commit

Permalink
Added the CHANGE_* methods from medusa.config.py (#8948)
Browse files Browse the repository at this point in the history
* Added the CHANGE_* methods from medusa.config.py
Used these methods in set properties of their app variables.

* Use handle_prop() method.

* Fix comment.

* Adjust some not-yet vueified config routes.

* Use handle_prop() for the other properties.

* Fix errors.
* Make sure we don't run or change threads, when there is nothing to change.

* Try out this hack

* lint

* Pin pytest to 6.1.2.
As from 6.2.0 it will error on `attrs() got an unexpected keyword argument 'eq'`

* Also hack freeSpace

* Try this

* flake lint

* changelog
  • Loading branch information
p0psicles authored Jan 4, 2021
1 parent 5f1b419 commit 27b0754
Show file tree
Hide file tree
Showing 8 changed files with 404 additions and 232 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#### New Features

#### Improvements
- Replace trakt lib with PyTrakt (and switch to OAuth device authentication) ([8916](https://github.com/pymedusa/Medusa/pull/8916))
- Replace trakt lib with PyTrakt (and switch to OAuth device authentication). ([8916](https://github.com/pymedusa/Medusa/pull/8916))
- Make all thread schedulers hot-reload when enabled/disabled. ([8948](https://github.com/pymedusa/Medusa/pull/8948))

#### Fixes
- Fix setting default episode status (after) when adding a new show. ([8918](https://github.com/pymedusa/Medusa/pull/8918))
Expand Down
Loading

0 comments on commit 27b0754

Please sign in to comment.