mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 05:19:30 +00:00
more robust channel title building
This commit is contained in:
@@ -524,7 +524,7 @@ class ChannelIdView(ChannelIdBaseView):
|
||||
|
||||
self.context.update(
|
||||
{
|
||||
"title": "Channel: " + channel_name,
|
||||
"title": f"Channel: {channel_name}",
|
||||
"channel_info": channel_info,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user