Skip to content

Commit

Permalink
fix: use weak match for Jiosaavn fallback to improve matching
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jun 6, 2024
1 parent 37d002d commit 6cb2986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/sourced_track/sourced_track.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6cb2986

Please sign in to comment.