mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-24 18:04:33 +01:00
[BUG] : FFMPEG ERROR #3352
This commit is contained in:
parent
6069c210ab
commit
8a1d509e99
@ -29,7 +29,7 @@ class DesktopMediaConverter : MediaConverter() {
|
|||||||
addArgument("-vn")
|
addArgument("-vn")
|
||||||
addOutput(UrlOutput.toUrl(outputFilePath))
|
addOutput(UrlOutput.toUrl(outputFilePath))
|
||||||
setProgressListener {
|
setProgressListener {
|
||||||
progressCallbacks(it.timeMillis)
|
progressCallbacks(it.timeMillis ?: 0)
|
||||||
}
|
}
|
||||||
execute()
|
execute()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user