diff options
| -rw-r--r-- | screenshots/01_player.png | bin | 910463 -> 1441685 bytes | |||
| -rw-r--r-- | screenshots/02_preferences.png | bin | 63094 -> 74372 bytes | |||
| -rw-r--r-- | screenshots/03_subscriptions.png | bin | 0 -> 72941 bytes | |||
| -rw-r--r-- | screenshots/04_description.png | bin | 309506 -> 614264 bytes | |||
| -rw-r--r-- | screenshots/05_preferences.png | bin | 62053 -> 75408 bytes | |||
| -rw-r--r-- | screenshots/06_subscriptions.png | bin | 70007 -> 74336 bytes | |||
| -rw-r--r-- | src/invidious/views/playlists.ecr | 2 |
7 files changed, 1 insertions, 1 deletions
diff --git a/screenshots/01_player.png b/screenshots/01_player.png Binary files differindex 63e6dbba..4ab8c4e5 100644 --- a/screenshots/01_player.png +++ b/screenshots/01_player.png diff --git a/screenshots/02_preferences.png b/screenshots/02_preferences.png Binary files differindex 1cd29add..bca77802 100644 --- a/screenshots/02_preferences.png +++ b/screenshots/02_preferences.png diff --git a/screenshots/03_subscriptions.png b/screenshots/03_subscriptions.png Binary files differnew file mode 100644 index 00000000..3da369eb --- /dev/null +++ b/screenshots/03_subscriptions.png diff --git a/screenshots/04_description.png b/screenshots/04_description.png Binary files differindex f8ec2564..949925f6 100644 --- a/screenshots/04_description.png +++ b/screenshots/04_description.png diff --git a/screenshots/05_preferences.png b/screenshots/05_preferences.png Binary files differindex dc6d4a42..ea7f142f 100644 --- a/screenshots/05_preferences.png +++ b/screenshots/05_preferences.png diff --git a/screenshots/06_subscriptions.png b/screenshots/06_subscriptions.png Binary files differindex 0da82f55..15a31f20 100644 --- a/screenshots/06_subscriptions.png +++ b/screenshots/06_subscriptions.png diff --git a/src/invidious/views/playlists.ecr b/src/invidious/views/playlists.ecr index 0c48be96..a77d106d 100644 --- a/src/invidious/views/playlists.ecr +++ b/src/invidious/views/playlists.ecr @@ -27,7 +27,7 @@ </div> <div class="h-box"> - <p><span style="white-space:pre-wrap"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %></span></p> + <p><span style="white-space:pre-wrap"><%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content if !channel.description_html.empty? %></span></p> </div> <div class="h-box"> |
