We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7211db6 commit decfb9bCopy full SHA for decfb9b
app/src/main/java/com/subpilot/data/SubtitleLine.kt
@@ -1,3 +1,8 @@
1
-package com.subpilot.data
+package com.geekneuron.subpilot.data
2
3
-data class SubtitleLine(...)
+data class SubtitleLine(
4
+ val index: Int,
5
+ val startMs: Long,
6
+ val endMs: Long,
7
+ val text: String
8
+)
0 commit comments