diff --git a/client/src/app/+my-library/my-history/my-history.component.html b/client/src/app/+my-library/my-history/my-history.component.html index 05e016e55..58b874ebf 100644 --- a/client/src/app/+my-library/my-history/my-history.component.html +++ b/client/src/app/+my-library/my-history/my-history.component.html @@ -16,7 +16,7 @@ -
You don't have any video history yet.
+
You don't have any video history yet.
diff --git a/client/src/app/core/rest/component-pagination.model.ts b/client/src/app/core/rest/component-pagination.model.ts index bcb73ed0f..59d70c1e8 100644 --- a/client/src/app/core/rest/component-pagination.model.ts +++ b/client/src/app/core/rest/component-pagination.model.ts @@ -4,7 +4,7 @@ export interface ComponentPagination { totalItems: number } -export type ComponentPaginationLight = Omit +export type ComponentPaginationLight = Omit & { totalItems?: number } export function hasMoreItems (componentPagination: ComponentPagination) { // No results diff --git a/client/src/app/shared/shared-video-miniature/videos-selection.component.html b/client/src/app/shared/shared-video-miniature/videos-selection.component.html index 44aa567b9..5f5593512 100644 --- a/client/src/app/shared/shared-video-miniature/videos-selection.component.html +++ b/client/src/app/shared/shared-video-miniature/videos-selection.component.html @@ -1,4 +1,4 @@ -
No results.
+
No results.