mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2024-12-22 18:00:13 +00:00
more robust channel title building
This commit is contained in:
parent
b2c1b417e5
commit
a72be27982
@ -524,7 +524,7 @@ class ChannelIdView(ChannelIdBaseView):
|
|||||||
|
|
||||||
self.context.update(
|
self.context.update(
|
||||||
{
|
{
|
||||||
"title": "Channel: " + channel_name,
|
"title": f"Channel: {channel_name}",
|
||||||
"channel_info": channel_info,
|
"channel_info": channel_info,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user