🎨 Use singlequote
This commit is contained in:
parent
62ec18f4b9
commit
1a716d1b7b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = class Util {
|
|||
}
|
||||
|
||||
static isYTPlaylistLink (query) {
|
||||
return ytsr.default.validate(query, "PLAYLIST")
|
||||
return ytsr.default.validate(query, 'PLAYLIST')
|
||||
}
|
||||
|
||||
static isYTVideoLink (query) {
|
||||
|
|
Loading…
Reference in a new issue