Commit 5aad5096 5aad50968ec402e6ccf50bccd72ee10a814971d4 by wei.feng

..

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