mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: set yt as jiosaavn fallback
This commit is contained in:
parent
9f96b5c537
commit
e99f32b610
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user