Browse Source

fix changelog [no ci]

pull/1993/head
Jason Dove 2 months ago
parent
commit
6aab8f53b8
No known key found for this signature in database
  1. 6
      CHANGELOG.md

6
CHANGELOG.md

@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). @@ -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/). @@ -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

Loading…
Cancel
Save