Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
修复: 选择字幕时,如果有中文字幕,中文字幕的名称会乱码 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Oct 30, 2022
1 parent 31b92d2 commit 3498f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation ("org.jetbrains.compose.material:material-icons-extended:1.0.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
implementation("io.github.microutils:kotlin-logging:2.1.21")
implementation("uk.co.caprica:vlcj:4.8.2")
implementation("uk.co.caprica:vlcj:4.7.2")
implementation("com.formdev:flatlaf:2.3")
implementation("org.apache.opennlp:opennlp-tools:1.9.4")
implementation("org.apache.pdfbox:pdfbox:2.0.24")
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/player/MediaPlayerComponent.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package player

import com.sun.jna.NativeLibrary
import state.getResourcesFile
import uk.co.caprica.vlcj.binding.support.runtime.RuntimeUtil
import uk.co.caprica.vlcj.binding.RuntimeUtil
import uk.co.caprica.vlcj.factory.MediaPlayerFactory
import uk.co.caprica.vlcj.factory.discovery.NativeDiscovery
import uk.co.caprica.vlcj.player.base.MediaPlayer
Expand Down

0 comments on commit 3498f92

Please sign in to comment.