Skip to content

Commit

Permalink
Explicitly revert to TagLib if FFmpeg is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
reocat committed Jan 8, 2025
1 parent abe4464 commit 54c0380
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ fun LocalPlayerSettings(
onScannerImplChange(it)
} else {
Toast.makeText(context, "FFmpeg extractor not detected.", Toast.LENGTH_LONG).show()
// Explicitly revert to TagLib if FFmpeg is not available
onScannerImplChange(ScannerImpl.TAGLIB)
}
},
valueText = {
Expand Down

0 comments on commit 54c0380

Please sign in to comment.