mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
Fix lint
This commit is contained in:
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
Block a user