1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Add/update/delete/list my playlists

This commit is contained in:
Chocobozzz 2019-03-06 15:36:44 +01:00 committed by Chocobozzz
parent d4c9f45b31
commit 830b4faff1
48 changed files with 1076 additions and 153 deletions

View file

@ -642,7 +642,7 @@ let STATIC_MAX_AGE = '2h'
// Videos thumbnail size
const THUMBNAILS_SIZE = {
width: 223,
height: 112
height: 122
}
const PREVIEWS_SIZE = {
width: 560,