Skip to content

Commit

Permalink
v2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Apr 14, 2023
1 parent 99afb73 commit e9b1db1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## v2.12.3 (2023-04-14)

* Activity:
* Fix: Incorrect subtitle decision shown when subtitles are transcoded.
* History:
* Fix: Incorrect order when sorting by the duration column in the history tables.
* Notifications:
* Fix: Logging error when running scripts that use PlexAPI.
* UI:
* Fix: Calculate file sizes setting causing the media info table to fail to load.
* Fix: Incorrect artwork and thumbnail shown for Live TV on the Most Active Libraries statistics card.
* API:
* Change: Renamed duration to play_duration in the get_history API response. (Note: duration kept for backwards compatibility.)


## v2.12.2 (2023-03-16)

* Other:
Expand Down
2 changes: 1 addition & 1 deletion plexpy/version.py
Expand Up @@ -18,4 +18,4 @@
from __future__ import unicode_literals

PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.12.2"
PLEXPY_RELEASE_VERSION = "v2.12.3"

0 comments on commit e9b1db1

Please sign in to comment.