Fix typo in CHANGELOG

This commit is contained in:
JonnyWong16 2020-04-13 11:43:23 -07:00
parent b66e845c6e
commit df35689c35
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -14,14 +14,14 @@
* Fix: XBMC platform icon not being redirected to the Kodi platform icon. * Fix: XBMC platform icon not being redirected to the Kodi platform icon.
* Change: Improved deleting libraries so libraries with the same section ID are not also deleted. * Change: Improved deleting libraries so libraries with the same section ID are not also deleted.
* API: * API:
* Fix: Returning XML for the API failing due to unicode characters. * Fix: Returning XML from the API failing due to unicode characters.
* Fix: Grouping parameter for various API commands not falling back to default setting. * Fix: Grouping parameter for various API commands not falling back to default setting.
* New: Added time_queries parameter to get_library_watch_time_stats and get_user_watch_time_stats API command. (Thanks @KaasKop97) * New: Added time_queries parameter to get_library_watch_time_stats and get_user_watch_time_stats API command. (Thanks @KaasKop97)
* New: Added an "is_active" return value to the get_user, get_users, get_library, and get_libraries API commands which indicates if the user or library is on the Plex server. * New: Added an "is_active" return value to the get_user, get_users, get_library, and get_libraries API commands which indicates if the user or library is on the Plex server.
* New: Added delete_history API command. * New: Added delete_history API command.
* Change: Added optional parameter for row_ids for delete_library, delete_user, delete_all_library_history, and delete_all_user_history API commands. * Change: Added optional parameter for row_ids for delete_library, delete_user, delete_all_library_history, and delete_all_user_history API commands.
* Mobile App: * Mobile App:
* Fix: Temporary device token not being invalidated after cancelling device registration. * Fix: Temporary device token was not being invalidated after cancelling device registration.
* Other: * Other:
* Fix: Update failing on CentOS due to an older git version. * Fix: Update failing on CentOS due to an older git version.
* Fix: Manifest file for creating a web app had incorrect info. * Fix: Manifest file for creating a web app had incorrect info.