Skip to content

Commit

Permalink
fix(player): Duplicate tracks (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
perokhe authored Sep 19, 2024
1 parent a119460 commit 6712718
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ import tachiyomi.core.common.i18n.stringResource
import tachiyomi.core.common.util.lang.launchIO
import tachiyomi.core.common.util.lang.launchNonCancellable
import tachiyomi.core.common.util.lang.launchUI
import tachiyomi.core.common.util.lang.withIOContext
import tachiyomi.core.common.util.lang.withUIContext
import tachiyomi.core.common.util.system.logcat
import tachiyomi.domain.storage.service.StorageManager
Expand Down Expand Up @@ -1515,7 +1514,6 @@ class PlayerActivity : BaseActivity() {
playerControls.updateEpisodeText()
playerControls.updatePlaylistButtons()
playerControls.updateSpeedButton()
withIOContext { player.loadTracks() }
}
}

Expand Down

0 comments on commit 6712718

Please sign in to comment.