🐛 Fix views type on track class

This commit is contained in:
Androz2091 2020-06-25 18:49:12 +02:00
parent 9862716b79
commit e1d1c86c63

View file

@ -38,6 +38,7 @@ class Track {
this.thumbnail = videoData.thumbnail this.thumbnail = videoData.thumbnail
/** /**
* The video views * The video views
* @type {?number}
*/ */
this.views = videoData.views this.views = videoData.views
/** /**