mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-22 19:59:38 +05:00
use another lib for json
This commit is contained in:
@@ -73,6 +73,8 @@ func (r *reader) Setup(url string, aac bool) error {
|
||||
if r.parts == nil {
|
||||
cfg.Log("make() r.parts")
|
||||
r.parts = make([][]byte, 0, 16)
|
||||
} else {
|
||||
cfg.Log(cap(r.parts), len(r.parts))
|
||||
}
|
||||
if aac {
|
||||
// clone needed to mitigate memory skill issues here
|
||||
|
||||
Reference in New Issue
Block a user