Bug Fixing

This commit is contained in:
Izuco 2021-09-19 19:57:04 +02:00
parent 035ca95c9f
commit a93a861727
No known key found for this signature in database
GPG key ID: 318460063D70949F
3 changed files with 8 additions and 2 deletions

View file

@ -6,9 +6,15 @@
* }}
*/
module.exports = (selectString) => {
if (!selectString)
return {
values: [],
isSelected: () => false
};
let parts = selectString.split(',');
let select = [];
parts.forEach(part => {
if (part.includes('-')) {
let splits = part.split('-');

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "funimation-downloader-nx",
"version": "4.12.1",
"version": "4.12.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "funimation-downloader-nx",
"short_name": "funi",
"version": "4.12.1",
"version": "4.12.2",
"description": "Download videos from Funimation via cli.",
"keywords": [
"download",