mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-02 13:07:28 +00:00
dev: create ytmusic class
In future versions anything related to YouTube Music will be implemented here. The main Innertube class will expose it to users as `Innertube#music`.
This commit is contained in:
12
lib/core/Music.js
Normal file
12
lib/core/Music.js
Normal file
@@ -0,0 +1,12 @@
|
||||
// Everything related to yt music will go here
|
||||
|
||||
/** @namespace */
|
||||
class Music {
|
||||
/**
|
||||
* @param {Innertube} session
|
||||
* @constructor
|
||||
*/
|
||||
constructor(session) {
|
||||
// TODO: finish this
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user