BackInBash / DeezerSync

Application to Sync Soundcloud & Spotify Playlists to Deezer
MIT License
10 stars 3 forks source link

Deezer Playlist #2

Closed BackInBash closed 5 years ago

BackInBash commented 5 years ago

Mit einem POST Request können höchstens 3 Tracks einer Playlist auf einmal hinzugefügt werden.

{
    "playlist_id": "5818345062",
    "songs": [
        [
            432947072,
            0
        ],
        [
            425060512,
            0
        ],
        [
            447853282,
            0
        ]
    ],
    "offset": -1
}