diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2021-03-11 03:46:17 +0000 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2021-03-11 03:46:17 +0000 |
| commit | 3de39698dd0ad1ec28c6b4f5ce20d8ca38807945 (patch) | |
| tree | d95ede929f88e17ce415edcc1d05baf3a03a5dc5 | |
| parent | b86476410fe4482c1851fd1a9e69e3f14452c8a5 (diff) | |
| download | invidious-3de39698dd0ad1ec28c6b4f5ce20d8ca38807945.tar.gz invidious-3de39698dd0ad1ec28c6b4f5ce20d8ca38807945.tar.bz2 invidious-3de39698dd0ad1ec28c6b4f5ce20d8ca38807945.zip | |
Make the build tests happy: remove blank lines
| -rw-r--r-- | src/invidious/playlists.cr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/invidious/playlists.cr b/src/invidious/playlists.cr index 69547457..0251a69c 100644 --- a/src/invidious/playlists.cr +++ b/src/invidious/playlists.cr @@ -371,7 +371,6 @@ def fetch_playlist(plid, locale) title = playlist_info["title"]?.try &.["runs"][0]?.try &.["text"]?.try &.as_s || "" - desc_item = playlist_info["description"]? description_txt = desc_item.try &.["runs"]?.try &.as_a @@ -380,7 +379,6 @@ def fetch_playlist(plid, locale) description_html = desc_item.try &.["runs"]?.try &.as_a .try { |run| content_to_comment_html(run).try &.to_s } || "<p></p>" - thumbnail = playlist_info["thumbnailRenderer"]?.try &.["playlistVideoThumbnailRenderer"]? .try &.["thumbnail"]["thumbnails"][0]["url"]?.try &.as_s |
