mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-26 00:02:09 +00:00
chore: clean up build steps
This commit is contained in:
11
src/parser/classes/ThumbnailOverlayPinking.js
Normal file
11
src/parser/classes/ThumbnailOverlayPinking.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
import { YTNode } from '../helpers';
|
||||
|
||||
class ThumbnailOverlayPinking extends YTNode {
|
||||
static type = 'ThumbnailOverlayPinking';
|
||||
constructor(data) {
|
||||
super();
|
||||
this.hack = data.hack;
|
||||
}
|
||||
}
|
||||
export default ThumbnailOverlayPinking;
|
||||
Reference in New Issue
Block a user