Playlist page: Fix error on failure to extract playlist title
Such as when the playlist was deleted or doesn't exist
This commit is contained in:
parent
9fc347e093
commit
a7ff3a5217
@ -1,4 +1,4 @@
|
|||||||
{% set page_title = title + ' - Page ' + parameters_dictionary.get('page', '1') %}
|
{% set page_title = title|string + ' - Page ' + parameters_dictionary.get('page', '1') %}
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% import "common_elements.html" as common_elements %}
|
{% import "common_elements.html" as common_elements %}
|
||||||
{% block style %}
|
{% block style %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user