1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-09 17:57:49 +02:00

[yandexmusic:playlist] Make title optional

This commit is contained in:
Sergey M․ 2016-05-04 22:35:28 +06:00
parent d36724cca4
commit 203a3c0e6a
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

View File

@ -250,4 +250,4 @@ class YandexMusicPlaylistIE(YandexMusicPlaylistBaseIE):
return self.playlist_result(
self._build_playlist(tracks),
compat_str(playlist_id),
playlist['title'], playlist.get('description'))
playlist.get('title'), playlist.get('description'))