MarshalX / yandex2spotify

Simple Python script that allow to import music from Yandex.Music to Spotify
https://yandex-music.rtfd.io
MIT License
223 stars 24 forks source link

Remove must-present albumId condition #54

Closed qrort closed 3 months ago

qrort commented 3 months ago

So I had the problem with importing this playlist using the importer script. I debugged it a little and it seems to me that if track.album_id condition drops all tracks from that playlist for some reason (I dunno, maybe the API has changed). So empty playlist is not imported.

It seems to me that the condition is unnecessary, maybe it should be dropped as this PR suggests.

qrort commented 3 months ago

@MarshalX

MarshalX commented 3 months ago

Thank you