mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 00:56:23 +00:00
fix: stringify ChipCloudChip text
This is required in order for `selectFilter()` to work properly
This commit is contained in:
@@ -8,7 +8,7 @@ class ChipCloudChip {
|
||||
// TODO: is this isSelected or just selected
|
||||
this.is_selected = data.isSelected;
|
||||
this.endpoint = data.navigationEndpoint && new NavigationEndpoint(data.navigationEndpoint);
|
||||
this.text = new Text(data.text);
|
||||
this.text = new Text(data.text).toString();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user