Commit 5aad5096 5aad50968ec402e6ccf50bccd72ee10a814971d4 by wei.feng

..

1 parent e9d9b595
......@@ -75,6 +75,8 @@ class SongController extends Controller
$song['files'] = $this->coverFiles($song['files']);
}
$song['type'] = 1;
unset($song['subject_no'], $song['tag_id']);
}
}
......