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:
@@ -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" %}
|
||||
{% import "common_elements.html" as common_elements %}
|
||||
{% block style %}
|
||||
|
||||
Reference in New Issue
Block a user