ffmpeg: unlimited threads by default
This commit is contained in:
parent
c05c0b85a6
commit
93dbe08fcf
|
@ -5,7 +5,7 @@
|
|||
"Subsonic API compatible version"
|
||||
const apiversion = "1.16.1"
|
||||
const domain = "nixo.xyz"
|
||||
const ffmpeg_threads = 6
|
||||
const ffmpeg_threads = 0
|
||||
"""
|
||||
Helper function that prepares a subsonic response.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue