mirror of https://github.com/Chocobozzz/PeerTube
Fix client build
parent
dae4a1c0f8
commit
d5931e6233
|
@ -36,6 +36,7 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy {
|
||||||
videoHeight: number
|
videoHeight: number
|
||||||
videoPages: Video[][] = []
|
videoPages: Video[][] = []
|
||||||
ownerDisplayType: OwnerDisplayType = 'account'
|
ownerDisplayType: OwnerDisplayType = 'account'
|
||||||
|
firstLoadedPage: number
|
||||||
|
|
||||||
protected baseVideoWidth = 215
|
protected baseVideoWidth = 215
|
||||||
protected baseVideoHeight = 205
|
protected baseVideoHeight = 205
|
||||||
|
@ -55,7 +56,6 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy {
|
||||||
protected otherRouteParams = {}
|
protected otherRouteParams = {}
|
||||||
|
|
||||||
private resizeSubscription: Subscription
|
private resizeSubscription: Subscription
|
||||||
private firstLoadedPage: number
|
|
||||||
|
|
||||||
abstract getVideosObservable (page: number): Observable<{ videos: Video[], totalVideos: number}>
|
abstract getVideosObservable (page: number): Observable<{ videos: Video[], totalVideos: number}>
|
||||||
abstract generateSyndicationList ()
|
abstract generateSyndicationList ()
|
||||||
|
|
Loading…
Reference in New Issue