Skip to content

Commit

Permalink
修复添加歌曲到歌单时不刷新问题 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
SQ committed Feb 18, 2024
1 parent 09916d0 commit dc10ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/page/left_widget/LeftWidge.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class _LeftWidgeState extends State<LeftWidge> {
text: TextSpan(
children: [
TextSpan(
text:'版本号:v1.1.9',
text:'版本号:v1.1.10',
style: TextStyle(
color: Get.isDarkMode?dark_text_Colors:light_text_Colors,
),
Expand Down
1 change: 1 addition & 0 deletions lib/page/play_list_by_music/logic.dart
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ class PlayListByMusicLogic extends GetxController {
SubsonicApi.deletePlaylistSongRequest(playlistID.value, i)
.then((value) => {logic.getPlayLists()});
} else {
service_Playlist.clear();
var data =
serviceController.server_playLists_info_list.value;
data.forEach((value) {
Expand Down

0 comments on commit dc10ac4

Please sign in to comment.