Remove unused escape character

This commit is contained in:
WardPearce
2026-01-05 18:25:11 +13:00
parent 244e215ec8
commit 058dba8d23
+1 -1
View File
@@ -37,7 +37,7 @@ export function processYoutubeLink(line: string): string {
function cleanTimestampTitle(title: string): string {
// Remove leading separators like -, •, |, :, /, \, *, #, >, ~ and whitespace
return title.replace(/^[\s\-•|:\/\\*#>~]+/, '').trim();
return title.replace(/^[\s\-•|:/\\*#>~]+/, '').trim();
}
export function phaseDescription(