diff --git a/lib/Helpers/spotify_helper.dart b/lib/Helpers/spotify_helper.dart index b8a2ea876..3cbfc330c 100644 --- a/lib/Helpers/spotify_helper.dart +++ b/lib/Helpers/spotify_helper.dart @@ -109,6 +109,7 @@ Future callSpotifyFunction({ 'spotifyTokenExpireAt', currentTime + int.parse(data[2]), ); + await Hive.box('settings').put('spotifySigned', true); if (function != null) { return MyApp.spotifyQueue.add(() async { Logger.root