Fix incorrect package path

This commit is contained in:
Emmm Monster
2021-03-02 18:16:19 +08:00
parent 379b52295e
commit 939cfd38d0
11 changed files with 22 additions and 22 deletions

View File

@ -3,7 +3,7 @@ package tm
import (
"bytes"
"errors"
"github.com/umlock-music/cli/algo/common"
"github.com/unlock-music/cli/algo/common"
)
var replaceHeader = []byte{0x00, 0x00, 0x00, 0x20, 0x66, 0x74, 0x79, 0x70}