Various UI improvements

This commit is contained in:
Ilya Laktyushin
2020-12-25 20:16:12 +04:00
parent 1f23769a5b
commit 5459c357d4
28 changed files with 538 additions and 61 deletions

View File

@@ -227,6 +227,8 @@ final class SharedMediaPlayer {
rateValue = 1.0
case .x2:
rateValue = 1.8
default:
rateValue = 1.0
}
}
@@ -446,6 +448,12 @@ final class SharedMediaPlayer {
rateValue = 1.0
case .x2:
rateValue = 1.8
case .x4:
rateValue = 4.0
case .x8:
rateValue = 8.0
case .x16:
rateValue = 16.0
}
switch playbackItem {
case let .audio(player):