refactor: move Record model to data.records module

This commit is contained in:
2026-07-03 09:40:51 +02:00
parent 0d7503f029
commit d483174ddc
9 changed files with 11 additions and 13 deletions
@@ -1,10 +0,0 @@
package fr.ajaury.gwenedeg.core.model
data class Record(
val id: Int,
val index: Int,
val title: Phrase,
val audioResourcePath: String,
val subtitleResourcePath: String,
val translationSubtitleResourcePath: String? = null,
)