mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-03 09:35:05 +00:00
chore: v3.2.0 release
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { YTNode } from '../helpers.ts';
|
||||
|
||||
import type { RawNode } from '../index.ts';
|
||||
class AudioOnlyPlayability extends YTNode {
|
||||
static type = 'AudioOnlyPlayability';
|
||||
|
||||
audio_only_availability: string;
|
||||
|
||||
constructor (data: any) {
|
||||
constructor (data: RawNode) {
|
||||
super();
|
||||
this.audio_only_availability = data.audioOnlyAvailability;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user