Commit 2e2d603653a9eeac32a0ab1fbd0e679f080d7da1

Authored by 杨泽宇
1 parent a777a003

cancel default value;

Showing 1 changed file with 1 additions and 1 deletions
src/js/audios.js
... ... @@ -16,7 +16,7 @@ const Audio = {
16 16 songName: null,
17 17 lyricist: null,
18 18 songwriter: null,
19   - channelId: 1278,
  19 + channelId: null,
20 20 redact: null,
21 21 lyric: null,
22 22 mixing: null,
... ...