1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

autoplay next video support for playlists

This commit is contained in:
Rigel Kent 2019-12-11 20:20:42 +01:00 committed by Chocobozzz
parent d816f3a063
commit bee29df8a9
18 changed files with 144 additions and 18 deletions

View file

@ -18,6 +18,7 @@ export interface User {
autoPlayVideo: boolean
autoPlayNextVideo: boolean
autoPlayNextVideoPlaylist: boolean
webTorrentEnabled: boolean
videosHistoryEnabled: boolean
videoLanguages: string[]