mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 19:12:24 +00:00
11 lines
181 B
JavaScript
11 lines
181 B
JavaScript
'use strict';
|
|
|
|
class ThumbnailOverlayPinking {
|
|
type = 'ThumbnailOverlayPinking';
|
|
|
|
constructor(data) {
|
|
this.hack = data.hack;
|
|
}
|
|
}
|
|
|
|
module.exports = ThumbnailOverlayPinking; |