]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Skip videos count on client if we don't use it
authorChocobozzz <me@florianbigard.com>
Wed, 8 Jan 2020 13:40:08 +0000 (14:40 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 8 Jan 2020 13:40:08 +0000 (14:40 +0100)
commit440d39c52d4efb878b6a2e21584d6b8f52072f27
tree19ffd2dd545e125daf89c230e33d15f7827d10f7
parentfe98765624cdd6695739bda719fcb726b71c2b2a
Skip videos count on client if we don't use it
20 files changed:
client/src/app/+accounts/account-video-channels/account-video-channels.component.ts
client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts
client/src/app/+admin/plugins/plugin-search/plugin-search.component.ts
client/src/app/search/search.service.ts
client/src/app/shared/rest/component-pagination.model.ts
client/src/app/shared/rest/rest.service.ts
client/src/app/shared/user-subscription/user-subscription.service.ts
client/src/app/shared/users/user-history.service.ts
client/src/app/shared/users/user-notification.service.ts
client/src/app/shared/video-blacklist/video-blacklist.service.ts
client/src/app/shared/video-channel/video-channel.service.ts
client/src/app/shared/video-playlist/video-playlist.service.ts
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-watch/comment/video-comment.service.ts
client/src/app/videos/video-list/video-local.component.ts
client/src/app/videos/video-list/video-most-liked.component.ts
client/src/app/videos/video-list/video-recently-added.component.ts
client/src/app/videos/video-list/video-trending.component.ts
client/src/app/videos/video-list/video-user-subscriptions.component.ts