Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroRojas committed Jun 8, 2023
1 parent bf6e073 commit 63b7a93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Screens/Home/spotify.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ class _SpotifyHomePageState extends State<SpotifyHomePage>
'imagesList': [element],
'source': 'spotify',
};
await Hive.box('settings').put('playlistDetails', playlistDetails);
await Hive.box('settings')
.put('playlistDetails', playlistDetails);
}
}
}
Expand Down

0 comments on commit 63b7a93

Please sign in to comment.