]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/video-recently-added.component.ts
Fix play on iOS (grumph)
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-recently-added.component.ts
index 535b6e618433a8a8d58823a30e4722cfaca99e76..d064d9628ab16f1f33c7f08fb850185f91b6207a 100644 (file)
@@ -16,7 +16,7 @@ import { VideoService } from '../../shared/video/video.service'
 export class VideoRecentlyAddedComponent extends AbstractVideoList implements OnInit, OnDestroy {
   titlePage = 'Recently added'
   currentRoute = '/videos/recently-added'
-  sort: VideoSortField = '-createdAt'
+  sort: VideoSortField = '-publishedAt'
 
   constructor (protected router: Router,
                protected route: ActivatedRoute,