Merge pull request #655 from stonerl/chapter-title-on-jump

Chapter title on jump
This commit is contained in:
Arkadiusz Fal
2024-05-16 18:16:24 +02:00
committed by GitHub
4 changed files with 13 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
import Foundation
enum SeekType: Equatable {
case chapterSkip(String)
case segmentSkip(String)
case segmentRestore
case userInteracted