Compare commits

..

3 Commits

Author SHA1 Message Date
semantic-release-bot
3c65c08aac chore(release): 1.33.2 2023-07-28 08:52:27 +00:00
sct
f31d2c4729 Merge branch 'develop' 2023-07-28 17:50:26 +09:00
Brandon Cohen
83b008c839 fix: handle issue causing incorrect media to change to unknown (#3516)
* fix: handle issue causing incorrect media to change back to unknown

* fix: prevent start if plex client is unavailable

* fix: initialize radarr and sonarr clients before the scan starts

* fix: compensate for multiple *arr servers

* fix: added a more reliable season lookup

* refactor: modified tuples to increase code readability
2023-07-24 15:33:12 +09:00
3 changed files with 522 additions and 607 deletions

View File

@@ -1,3 +1,10 @@
## [1.33.2](https://github.com/sct/overseerr/compare/v1.33.1...v1.33.2) (2023-07-28)
### Bug Fixes
* handle issue causing incorrect media to change to unknown ([#3516](https://github.com/sct/overseerr/issues/3516)) ([83b008c](https://github.com/sct/overseerr/commit/83b008c8391459bd02dc74bcdb0d8caf27207bdf))
## [1.33.1](https://github.com/sct/overseerr/compare/v1.33.0...v1.33.1) (2023-07-24)

View File

@@ -1,6 +1,6 @@
{
"name": "overseerr",
"version": "1.33.1",
"version": "1.33.2",
"private": true,
"scripts": {
"dev": "nodemon -e ts --watch server --watch overseerr-api.yml -e .json,.ts,.yml -x ts-node -r tsconfig-paths/register --files --project server/tsconfig.json server/index.ts",

File diff suppressed because it is too large Load Diff