Merge pull request #1474 from Tilizar/fix-fdroid-variant-compilation

Add required parameter for seek method in CastPlayer
This commit is contained in:
Prathamesh More 2023-04-02 09:58:49 +05:30 committed by GitHub
commit b0ee223b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ class CastPlayer : Playback {
override fun position() = 0
override fun seek(whereto: Int) = whereto
override fun seek(whereto: Int, force: Boolean) = whereto
override fun setVolume(vol: Float) = true