We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01332f commit 3c744b0Copy full SHA for 3c744b0
src/controllers/netease/_summary_utils.js
@@ -6,10 +6,9 @@ const {
6
getSongsURLs,
7
getSongsDetail,
8
getSongsDetailWithCache,
9
- getAlbum,
10
- getAlbumWitchCache,
11
- getPictureURL,
12
-} = require('./_sdk_wrapper')
+} = require('./_sdk_song_wrapper')
+const { getAlbum, getAlbumWitchCache } = require('./_sdk_uncategorized_wrapper')
+const { getPictureURL } = require('./_sdk_wrapper')
13
const { getLyricWithCache } = require('./_summary_wrapper')
14
const { ResponseValidationException } = require('./_sdk_exception')
15
const { md5 } = require('../../utils/crypto')
0 commit comments