mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45: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(
|
||||
track: track,
|
||||
ref: ref,
|
||||
weakMatch: preferences.audioSource == AudioSource.jiosaavn,
|
||||
weakMatch: true,
|
||||
);
|
||||
}
|
||||
rethrow;
|
||||
|
Loading…
Reference in New Issue
Block a user