]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/users/user.model.ts
add channel avatar to watch view
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / users / user.model.ts
index e0b3f1faff46403f8b21fec48425568d835f67c7..7707d7dda7ecc73bda9d2b7ec485de0b7c224b85 100644 (file)
@@ -17,6 +17,7 @@ export class User implements UserServerModel {
 
   autoPlayVideo: boolean
   autoPlayNextVideo: boolean
+  autoPlayNextVideoPlaylist: boolean
   webTorrentEnabled: boolean
   videosHistoryEnabled: boolean
   videoLanguages: string[]