Temporary removed error message from shuffle artist's song button

This commit is contained in:
CappielloAntonio 2021-08-11 16:39:26 +02:00
parent a6e45e622d
commit 27b9813850

View file

@ -142,8 +142,6 @@ public class ArtistPageFragment extends Fragment {
MusicPlayerRemote.openQueue(songs, 0, true);
activity.isBottomSheetInPeek(true);
} else {
Toast.makeText(requireContext(), "Error retrieving artist's songs", Toast.LENGTH_SHORT).show();
}
});
});