mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +03:00
remove extra line from export
This commit is contained in:
@@ -11,7 +11,7 @@ export function exportTimes(segments: SponsorTime[]): string {
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
return result.replace(/\n$/, "");
|
||||
}
|
||||
|
||||
function exportTime(segment: SponsorTime): string {
|
||||
|
||||
Reference in New Issue
Block a user