@@ -38,8 +38,8 @@ |
||
| 38 | 38 | $tracks = array_slice($this->getTopTracks(), 0, 10); |
| 39 | 39 | |
| 40 | 40 | return view('api.lastfm')->withDetails($details) |
| 41 | - ->withAlbums($albums) |
|
| 42 | - ->withTracks($tracks); |
|
| 41 | + ->withAlbums($albums) |
|
| 42 | + ->withTracks($tracks); |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /** |