This commit is contained in:
JonnyWong16 2018-03-22 22:06:01 -07:00
parent 502b807e45
commit 244008d539
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## v2.0.25 (2018-03-22)
* Monitoring:
* Fix: Fix websocket not reconnecting causing activity monitoring and notifications to not work.
* Fix: Error checking for synced streams without Plex Pass.
## v2.0.24 (2018-03-18)
* Monitoring:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.0.24"
PLEXPY_RELEASE_VERSION = "v2.0.25"