Skip to content

Commit 3c744b0

Browse files
committed
fix(ncm): unexpected summary issue
1 parent d01332f commit 3c744b0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/controllers/netease/_summary_utils.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ const {
66
getSongsURLs,
77
getSongsDetail,
88
getSongsDetailWithCache,
9-
getAlbum,
10-
getAlbumWitchCache,
11-
getPictureURL,
12-
} = require('./_sdk_wrapper')
9+
} = require('./_sdk_song_wrapper')
10+
const { getAlbum, getAlbumWitchCache } = require('./_sdk_uncategorized_wrapper')
11+
const { getPictureURL } = require('./_sdk_wrapper')
1312
const { getLyricWithCache } = require('./_summary_wrapper')
1413
const { ResponseValidationException } = require('./_sdk_exception')
1514
const { md5 } = require('../../utils/crypto')

0 commit comments

Comments
 (0)