]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
(breaking): Always list nsfw videos in playlists
authorChocobozzz <me@florianbigard.com>
Thu, 19 Jan 2023 14:04:10 +0000 (15:04 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 19 Jan 2023 14:04:10 +0000 (15:04 +0100)
commita68ccaead667f1b976e0fb10c8b1087af25547f2
treeb23ef1915c1b8bdb6b88c10d0dee5749fa874133
parent789ba349318e7ff012590491e76087a1204cccd4
(breaking): Always list nsfw videos in playlists

Keep the same behaviour as unlisted videos
The frontend is in charge to blur the video element if the nsfw setting
is "hide" or "blur"
server/controllers/api/video-playlist.ts
server/models/video/video-playlist-element.ts
server/tests/api/videos/video-playlists.ts