Cleanup setSource

This commit is contained in:
2026-05-25 18:33:44 +02:00
parent 89799cd5cc
commit 466b792878
12 changed files with 76 additions and 11479 deletions
@@ -29,12 +29,6 @@ abstract class HybridOmniPlayerSpec: HybridObject() {
@get:Keep
abstract val eventMap: HybridOmniEventMapSpec
@get:DoNotStrip
@get:Keep
@set:DoNotStrip
@set:Keep
abstract var source: Source
@get:DoNotStrip
@get:Keep
@set:DoNotStrip
@@ -110,6 +104,10 @@ abstract class HybridOmniPlayerSpec: HybridObject() {
abstract val isAutoQuality: Boolean
// Methods
@DoNotStrip
@Keep
abstract fun setSource(src: Source): Unit
@DoNotStrip
@Keep
abstract fun play(): Unit