优化
This commit is contained in:
@@ -270,11 +270,13 @@ object AudioPlay : CoroutineScope by MainScope() {
|
||||
fun skipTo(index: Int) {
|
||||
Coroutine.async {
|
||||
stopPlay()
|
||||
durChapterIndex = index
|
||||
durChapterPos = 0
|
||||
durPlayUrl = ""
|
||||
saveRead()
|
||||
loadPlayUrl()
|
||||
if (index in 0..<simulatedChapterSize) {
|
||||
durChapterIndex = index
|
||||
durChapterPos = 0
|
||||
durPlayUrl = ""
|
||||
saveRead()
|
||||
loadPlayUrl()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user