@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace HansOtt\Lastify\Services; |
| 4 | 4 | |
| 5 | 5 | use Dandelionmood\LastFm\LastFm as LastFmWrapper; |
| 6 | -use HansOtt\Lastify\TrackInfo; |
|
| 7 | 6 | use HansOtt\Lastify\TrackCollection; |
| 7 | +use HansOtt\Lastify\TrackInfo; |
|
| 8 | 8 | use HansOtt\Lastify\TrackInfo\Artist; |
| 9 | 9 | use InvalidArgumentException; |
| 10 | 10 | |
@@ -2,15 +2,15 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace HansOtt\Lastify\Services; |
| 4 | 4 | |
| 5 | +use HansOtt\Lastify\CanManagePlaylists; |
|
| 6 | +use HansOtt\Lastify\Exception\PlaylistDoesNotExist; |
|
| 5 | 7 | use HansOtt\Lastify\SyncProgress; |
| 6 | -use HansOtt\Lastify\TrackInfo; |
|
| 7 | 8 | use HansOtt\Lastify\SyncResult; |
| 8 | -use InvalidArgumentException; |
|
| 9 | -use SpotifyWebAPI\SpotifyWebAPI; |
|
| 10 | 9 | use HansOtt\Lastify\TrackCollection; |
| 10 | +use HansOtt\Lastify\TrackInfo; |
|
| 11 | 11 | use HansOtt\Lastify\TrackInfo\Artist; |
| 12 | -use HansOtt\Lastify\CanManagePlaylists; |
|
| 13 | -use HansOtt\Lastify\Exception\PlaylistDoesNotExist; |
|
| 12 | +use InvalidArgumentException; |
|
| 13 | +use SpotifyWebAPI\SpotifyWebAPI; |
|
| 14 | 14 | |
| 15 | 15 | final class Spotify implements CanManagePlaylists |
| 16 | 16 | { |