Include publishedText for recommendations (local) (#1075)

Fixes #1074
This commit is contained in:
Svallinn 2021-03-06 18:20:33 +00:00 committed by GitHub
parent 15d1e80b22
commit 3e959d3e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ export default Vue.extend({
video.viewCount = video.view_count
video.lengthSeconds = video.length_seconds
video.author = video.author.name
video.publishedText = video.published
return video
})
if (this.hideVideoLikesAndDislikes) {