Properly marked exported classes to fix JSDoc
This commit is contained in:
parent
7d31cc9e8a
commit
514b00a714
67 changed files with 23032 additions and 29404 deletions
|
|
@ -17,7 +17,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
/**
|
||||
* Object representing a piece of media
|
||||
*/
|
||||
module.exports = class{
|
||||
class media{
|
||||
/**
|
||||
* Creates a new media object from scraped information
|
||||
* @param {String} title - Chosen title of media
|
||||
|
|
@ -37,4 +37,6 @@ module.exports = class{
|
|||
this.duration = duration;
|
||||
this.rawLink = rawLink;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = media;
|
||||
Loading…
Add table
Add a link
Reference in a new issue