mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-25 03:32:05 +00:00
[yandexmusic:playlist] Make title optional
This commit is contained in:
parent
d36724cca4
commit
203a3c0e6a
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue