]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix client build 1082/head
authorChocobozzz <me@florianbigard.com>
Tue, 18 Sep 2018 06:21:04 +0000 (08:21 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 18 Sep 2018 06:21:04 +0000 (08:21 +0200)
client/src/app/shared/video/abstract-video-list.ts

index 9df4cfc22671f038772d6305a05f7985037b271c..53b0444785859e96b97bb435c709eccdfac293f6 100644 (file)
@@ -36,6 +36,7 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy {
   videoHeight: number
   videoPages: Video[][] = []
   ownerDisplayType: OwnerDisplayType = 'account'
+  firstLoadedPage: number
 
   protected baseVideoWidth = 215
   protected baseVideoHeight = 205
@@ -55,7 +56,6 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy {
   protected otherRouteParams = {}
 
   private resizeSubscription: Subscription
-  private firstLoadedPage: number
 
   abstract getVideosObservable (page: number): Observable<{ videos: Video[], totalVideos: number}>
   abstract generateSyndicationList ()