Skip to content

Commit

Permalink
added find similar tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
hadagalberto committed Jul 22, 2024
1 parent 144a4c1 commit 4f21fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Player/AutoPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public async ValueTask<int> PlayAsync(QueueItem track)
{
Queue.Add(track);

//_ = Task.Run(() => FindSimilarTracks(track.Track));
_ = Task.Run(() => FindSimilarTracks(track.Track));

if (QueueIndex == 0 && (Queue.Count() == 1 || IsPaused))
{
Expand Down

0 comments on commit 4f21fba

Please sign in to comment.