Skip to content

Commit ec99437

Browse files
committed
Revert "fix: don't copy play times in mini player"
This reverts commit bc4ab42.
1 parent 70804d6 commit ec99437

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/screens/home_page.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ class _HomePageState extends State<HomePage> {
234234
true,
235235
borderRadius: borderRadius,
236236
showPlayTime: true,
237-
onPlay: () => audioHandler.addPlaylistToQueue([
238-
mostPlayedSongs[index],
239-
], replace: true),
240237
),
241238
);
242239
},

0 commit comments

Comments
 (0)