Skip to content

Commit

Permalink
fix: remove unnecessary line in mpvview
Browse files Browse the repository at this point in the history
probably forgot it while i was debugging something....
closes #93
mostly related to #93 (comment)
  • Loading branch information
abdallahmehiz committed Sep 20, 2024
1 parent ac95c8d commit d177f4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/live/mehiz/mpvkt/ui/player/MPVView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import live.mehiz.mpvkt.preferences.SubtitlesPreferences
import live.mehiz.mpvkt.ui.player.controls.components.panels.toColorHexString
import org.koin.core.component.KoinComponent
import org.koin.core.component.inject
import java.io.File
import kotlin.reflect.KProperty

class MPVView(context: Context, attributes: AttributeSet) : BaseMPVView(context, attributes), KoinComponent {
Expand Down Expand Up @@ -129,7 +128,6 @@ class MPVView(context: Context, attributes: AttributeSet) : BaseMPVView(context,

setupSubtitlesOptions()
setupAudioOptions()
File(context.filesDir.path, "mpv.conf").readLines().forEach(::println)
}

override fun observeProperties() {
Expand Down

0 comments on commit d177f4a

Please sign in to comment.