From 20dcfd74982f4ec8a143696abed02b059d30d9ec Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 26 Aug 2020 15:03:00 +0200 Subject: Deprecate old static routes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index ab25788af..8561fc859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ ### IMPORTANT NOTES * The minimum ffmpeg version required is now 4.1 + * Deprecate static routes that will be removed in 3.0 (you may not have to do anything if you used paths returned by the video REST API): + * `/static/avatars/`: use `/lazy-static/avatars/` instead + * `/static/previews/`: use `/lazy-static/previews/` instead + * `/static/video-captions/`: use `/lazy-static/video-captions/` instead * Use `playlistPosition` URL parameter for playlists instead of `videoId` to set the current playlist position ### Maintenance -- cgit v1.2.3