Switch from node-ytsr to Distube's fork (#1024)

Co-authored-by: Max Isom <hi@maxisom.me>
This commit is contained in:
Son Roy Almerol 2024-07-18 00:43:26 -04:00 committed by GitHub
parent fcc8d8881a
commit 62b1abcba0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import {inject, injectable} from 'inversify';
import {toSeconds, parse} from 'iso8601-duration';
import got, {Got} from 'got';
import ytsr, {Video} from 'ytsr';
import ytsr, {Video} from '@distube/ytsr';
import PQueue from 'p-queue';
import {SongMetadata, QueuedPlaylist, MediaSource} from './player.js';
import {TYPES} from '../types.js';