mirror of https://github.com/Chocobozzz/PeerTube
Fix lint
parent
76d36e0b35
commit
28832412d1
|
@ -28,7 +28,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
|
|||
@ViewChild('videoShareModal') videoShareModal: VideoShareComponent
|
||||
@ViewChild('videoReportModal') videoReportModal: VideoReportComponent
|
||||
|
||||
otherVideos: Video[] = []
|
||||
otherVideosDisplayed: Video[] = []
|
||||
|
||||
error = false
|
||||
|
@ -47,6 +46,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
|
|||
videoHTMLDescription = ''
|
||||
likesBarTooltipText = ''
|
||||
|
||||
private otherVideos: Video[] = []
|
||||
private paramsSub: Subscription
|
||||
|
||||
constructor (
|
||||
|
|
|
@ -13,7 +13,6 @@ import { VideoModel } from '../../../models/video/video'
|
|||
import { VideoAbuseModel } from '../../../models/video/video-abuse'
|
||||
import { VideoCommentModel } from '../../../models/video/video-comment'
|
||||
import { VideoFileModel } from '../../../models/video/video-file'
|
||||
import { VideoShareModel } from '../../../models/video/video-share'
|
||||
import { getOrCreateActorAndServerAndModel } from '../actor'
|
||||
import { forwardActivity, getActorsInvolvedInVideo } from '../send/misc'
|
||||
import { generateThumbnailFromUrl } from '../videos'
|
||||
|
|
Loading…
Reference in New Issue