aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-18 15:41:20 +0200
committerChocobozzz <me@florianbigard.com>2021-10-18 15:41:20 +0200
commite9609325170f58346b015477b52325a7dde20f4e (patch)
treedf28fc4a398e03cb01c9974b757822813f56c4c5 /client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts
parent2cc276f92fefeff88fcc74217e1174a3ddb3f074 (diff)
downloadPeerTube-e9609325170f58346b015477b52325a7dde20f4e.tar.gz
PeerTube-e9609325170f58346b015477b52325a7dde20f4e.tar.zst
PeerTube-e9609325170f58346b015477b52325a7dde20f4e.zip
Optimize channel with video in homepage
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts')
-rw-r--r--client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts
index 35b413b60..e9c466a90 100644
--- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts
+++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts
@@ -3,8 +3,8 @@ import { finalize, map, switchMap, tap } from 'rxjs/operators'
3import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core' 3import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'
4import { MarkdownService, Notifier, UserService } from '@app/core' 4import { MarkdownService, Notifier, UserService } from '@app/core'
5import { FindInBulkService } from '@app/shared/shared-search' 5import { FindInBulkService } from '@app/shared/shared-search'
6import { Video, VideoSortField } from '@shared/models/videos' 6import { VideoSortField } from '@shared/models'
7import { VideoChannel, VideoService } from '../../shared-main' 7import { Video, VideoChannel, VideoService } from '../../shared-main'
8import { CustomMarkupComponent } from './shared' 8import { CustomMarkupComponent } from './shared'
9 9
10/* 10/*