mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 20:41:17 +00:00
chore: clean up build steps
This commit is contained in:
9
src/parser/classes/CompactMix.js
Normal file
9
src/parser/classes/CompactMix.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Playlist from './Playlist';
|
||||
|
||||
class CompactMix extends Playlist {
|
||||
static type = 'CompactMix';
|
||||
constructor(data) {
|
||||
super(data);
|
||||
}
|
||||
}
|
||||
export default CompactMix;
|
||||
Reference in New Issue
Block a user