Skip to content

Commit

Permalink
添加缺失的变量
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhoucheng133 committed Dec 9, 2024
1 parent 13801ea commit c156fea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/variables/remote_var.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ class WsData{
bool isPlay=false;
String mode="";
String lyric="";
String artist="";

void updateAll(
String title,
String artist,
String cover,
int line,
List fullLyric,
Expand All @@ -21,6 +23,7 @@ class WsData{
String lyric,
) {
this.title = title;
this.artist=artist;
this.cover = cover;
this.line = line;
this.fullLyric = fullLyric;
Expand Down

0 comments on commit c156fea

Please sign in to comment.