player interface part 3

add double tap to rewind/forward
This commit is contained in:
2020-11-08 18:05:46 +01:00
parent 0e9500e39d
commit 2e0a114a80
2 changed files with 80 additions and 19 deletions

View File

@ -18,7 +18,6 @@ data class ItemMedia(
val posterUrl: String
)
/**
* TODO the episodes workflow could use a clean up/rework
*/