From 6aab8f53b84fed702801e565005c67d24e72647b Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Mon, 14 Apr 2025 11:57:01 -0500 Subject: [PATCH] fix changelog [no ci] --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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