diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a7d7c74..19746635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add API endpoint to empty trash (POST to `/api/maintenance/empty_trash`) - e.g. `curl -XPOST -d '' http://localhost:8409/api/maintenance/empty_trash` - Add remote IP and user agent to HTTP request logging +- Add environment variables to allow ETV to run UI and streaming on separate ports + - `ETV_STREAMING_PORT`: port used for streaming requests, defaults to 8409 + - `ETV_UI_PORT`: port used for admin UI, defaults to 8409 ### Fixed - Fix error message about synchronizing Plex collections from a Plex server that has zero collections @@ -1855,9 +1858,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Use "single-file" deployments for releases - Non-docker releases will have significantly fewer files - It is recommended to empty your installation folder before copying in the latest release. -- Add environment variables to allow ETV to run UI and streaming on separate ports - - `ETV_STREAMING_PORT`: port used for streaming requests, defaults to 8409 - - `ETV_UI_PORT`: port used for admin UI, defaults to 8409 ### Fixed - Fix some cases where Jellyfin artwork would not display