mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Fix lint
This commit is contained in:
parent
5c1cbcfcb1
commit
e670b6d924
2 changed files with 2 additions and 10 deletions
|
@ -24,14 +24,7 @@ import { USER_VIDEO_QUOTA_DAILY_VALIDATOR, USER_VIDEO_QUOTA_VALIDATOR } from '@a
|
|||
import { FormReactiveService } from '@app/shared/shared-forms/form-reactive.service'
|
||||
import { AlertComponent } from '@app/shared/shared-main/common/alert.component'
|
||||
import { VideoService } from '@app/shared/shared-main/video/video.service'
|
||||
import {
|
||||
BroadcastMessageLevel,
|
||||
CustomConfig,
|
||||
PlayerTheme,
|
||||
VideoCommentPolicyType,
|
||||
VideoConstant,
|
||||
VideoPrivacyType
|
||||
} from '@peertube/peertube-models'
|
||||
import { BroadcastMessageLevel, CustomConfig, VideoCommentPolicyType, VideoConstant, VideoPrivacyType } from '@peertube/peertube-models'
|
||||
import { Subscription } from 'rxjs'
|
||||
import { pairwise } from 'rxjs/operators'
|
||||
import { SelectOptionsItem } from 'src/types/select-options-item.model'
|
||||
|
@ -40,8 +33,8 @@ import { MarkdownTextareaComponent } from '../../../shared/shared-forms/markdown
|
|||
import { PeertubeCheckboxComponent } from '../../../shared/shared-forms/peertube-checkbox.component'
|
||||
import { SelectCustomValueComponent } from '../../../shared/shared-forms/select/select-custom-value.component'
|
||||
import { SelectOptionsComponent } from '../../../shared/shared-forms/select/select-options.component'
|
||||
import { SelectVideosSortComponent } from '../../../shared/shared-forms/select/select-videos-sort.component'
|
||||
import { SelectVideosScopeComponent } from '../../../shared/shared-forms/select/select-videos-scope.component'
|
||||
import { SelectVideosSortComponent } from '../../../shared/shared-forms/select/select-videos-sort.component'
|
||||
import { HelpComponent } from '../../../shared/shared-main/buttons/help.component'
|
||||
import { UserRealQuotaInfoComponent } from '../../shared/user-real-quota-info.component'
|
||||
import { AdminSaveBarComponent } from '../shared/admin-save-bar.component'
|
||||
|
|
|
@ -4,7 +4,6 @@ import { ControlValueAccessor, FormsModule, NG_VALUE_ACCESSOR } from '@angular/f
|
|||
import { ServerService } from '@app/core'
|
||||
import { PlayerSettingsService } from '@app/shared/shared-video/player-settings.service'
|
||||
import { PlayerChannelSettings, PlayerTheme, PlayerVideoSettings, VideoChannel } from '@peertube/peertube-models'
|
||||
import { of } from 'rxjs'
|
||||
import { SelectOptionsItem } from '../../../../types/select-options-item.model'
|
||||
import { SelectOptionsComponent } from './select-options.component'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue