Skip to content

Commit

Permalink
added the missed isLive property for local music
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Mar 30, 2023
1 parent 86b8658 commit 2a6fde6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/local_music_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ class _LocalMusicPageState extends State<LocalMusicPage> {
'highResImage': '',
'songUrl': snapshot.data![index].data,
'localSongId': snapshot.data![index].id,
'isLive': false,
};

return Container(
Expand Down

0 comments on commit 2a6fde6

Please sign in to comment.