Skip to content

Commit

Permalink
feat: 歌单页可以将歌曲全部添加到其他歌单
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy committed Oct 25, 2024
1 parent fc6fa10 commit 01692f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/music_order/detail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class _MusicOrderDetailState extends State<MusicOrderDetail> {
),
SheetItem(
title: const Text('加入歌单'),
hidden: widget.umoService != null,
// hidden: widget.umoService != null,
onPressed: () {
collectToMusicOrder(
context,
Expand Down

0 comments on commit 01692f3

Please sign in to comment.