mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
fix: use weak match for Jiosaavn fallback to improve matching
This commit is contained in:
parent
37d002d133
commit
6cb29868d2
@ -138,7 +138,7 @@ abstract class SourcedTrack extends Track {
|
|||||||
return await JioSaavnSourcedTrack.fetchFromTrack(
|
return await JioSaavnSourcedTrack.fetchFromTrack(
|
||||||
track: track,
|
track: track,
|
||||||
ref: ref,
|
ref: ref,
|
||||||
weakMatch: preferences.audioSource == AudioSource.jiosaavn,
|
weakMatch: true,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
rethrow;
|
rethrow;
|
||||||
|
Loading…
Reference in New Issue
Block a user