mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 11:43:02 +00:00
chore: rename project namespace
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package ncm
|
||||
|
||||
import (
|
||||
"go.uber.org/zap"
|
||||
"strings"
|
||||
|
||||
"unlock-music.dev/cli/algo/common"
|
||||
"go.uber.org/zap"
|
||||
|
||||
"git.um-react.app/um/cli/algo/common"
|
||||
)
|
||||
|
||||
type ncmMeta interface {
|
||||
@@ -43,7 +44,6 @@ func (m *ncmMetaMusic) GetAlbumImageURL() string {
|
||||
return m.AlbumPic
|
||||
}
|
||||
|
||||
|
||||
func (m *ncmMetaMusic) GetArtists() []string {
|
||||
m.logger.Debug("ncm artists raw", zap.Any("artists", m.Artist))
|
||||
var artists []string
|
||||
|
||||
Reference in New Issue
Block a user