fix: Update RecorderEventsHandler to new base models

This commit is contained in:
Myzel394 2023-12-29 21:48:41 +01:00
parent ab108305ef
commit 5f1b6dcb43
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -34,8 +34,8 @@ import kotlinx.coroutines.launch
typealias RecorderModel = BaseRecorderModel<
RecordingInformation,
IntervalRecorderService<RecordingInformation>,
BatchesFolder?
BatchesFolder,
IntervalRecorderService<RecordingInformation, BatchesFolder>,
>
@Composable