⬆️ v3.0.0-beta.1 bump ytsr

This commit is contained in:
Androz2091 2020-09-24 18:36:01 +02:00
parent 6ad3240aca
commit 6ff0d6ad42
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "discord-player",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "Complete framework to facilitate music commands using discord.js v12",
"main": "index.js",
"scripts": {
@ -34,8 +34,8 @@
"node-fetch": "^2.6.0",
"soundcloud-scraper": "^2.0.0",
"spotify-url-info": "^1.3.1",
"ytpl": "^0.2.4",
"ytsr": "^0.1.19"
"ytpl": "^1.0.1",
"ytsr": "^1.0.1"
},
"devDependencies": {
"@discordjs/opus": "^0.3.2",

View file

@ -23,7 +23,7 @@ module.exports = class Util {
}
static isYTPlaylistLink (query) {
return ytpl.validateURL(query)
return ytpl.validateID(query)
}
static isYTVideoLink (query) {