Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Mar 27, 2023
1 parent db39a4d commit c7e002e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/API/musify.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Map activePlaylist = {
};

late final currentLikedSongsLength =
ValueNotifier<int>(userLikedSongsList.length);
ValueNotifier<int>(userLikedSongsList.length);

final lyrics = ValueNotifier<String>('null');
String lastFetchedLyrics = 'null';
Expand Down

0 comments on commit c7e002e

Please sign in to comment.