diff options
Diffstat (limited to 'users/Profpatsch/lyric/extension/src/extension.ts')
-rw-r--r-- | users/Profpatsch/lyric/extension/src/extension.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/Profpatsch/lyric/extension/src/extension.ts b/users/Profpatsch/lyric/extension/src/extension.ts index 417dc42e1851..35f76f3fe0b4 100644 --- a/users/Profpatsch/lyric/extension/src/extension.ts +++ b/users/Profpatsch/lyric/extension/src/extension.ts @@ -533,8 +533,10 @@ async function uploadToLrclibDotNet() { if (res) { vscode.window.showInformationMessage('Lyrics successfully uploaded.'); + channel_global.appendLine('Lyrics successfully uploaded.'); } else { vscode.window.showErrorMessage('Failed to upload lyrics.'); + channel_global.appendLine('Failed to upload lyrics.'); } } |