diff --git a/lib/main.dart b/lib/main.dart index 298d1e92..da46ca79 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -221,6 +221,7 @@ Future setupHive() async { Hive.registerAdapter(LyricsAlignmentAdapter()); Hive.registerAdapter(LyricsFontSizeAdapter()); Hive.registerAdapter(KeepScreenOnOptionAdapter()); + Hive.registerAdapter(FinampSegmentContainerAdapter()); final dir = (Platform.isAndroid || Platform.isIOS) ? await getApplicationDocumentsDirectory()