..
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment