🐛 Fix views type on track class
This commit is contained in:
parent
9862716b79
commit
e1d1c86c63
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ class Track {
|
|||
this.thumbnail = videoData.thumbnail
|
||||
/**
|
||||
* The video views
|
||||
* @type {?number}
|
||||
*/
|
||||
this.views = videoData.views
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue