chore: set yt as jiosaavn fallback

This commit is contained in:
Kingkor Roy Tirtho 2024-03-23 19:00:37 +06:00
parent 9f96b5c537
commit e99f32b610

View File

@ -127,7 +127,7 @@ abstract class SourcedTrack extends Track {
weakMatch: true, weakMatch: true,
), ),
AudioSource.jiosaavn => AudioSource.jiosaavn =>
await PipedSourcedTrack.fetchFromTrack(track: track, ref: ref), await YoutubeSourcedTrack.fetchFromTrack(track: track, ref: ref),
}; };
} on HttpClientClosedException catch (_) { } on HttpClientClosedException catch (_) {
return await PipedSourcedTrack.fetchFromTrack(track: track, ref: ref); return await PipedSourcedTrack.fetchFromTrack(track: track, ref: ref);