Updated packages. Migrated Avalonia UI to 12.0.

This commit is contained in:
2026-04-15 09:52:25 -04:00
parent c747635703
commit 5f7b716d25
11 changed files with 32 additions and 21 deletions

View File

@@ -450,7 +450,7 @@ public class PlaylistViewModel : ViewModelBase
if (clipboard == null)
return [];
string? clipboardText = await clipboard.GetTextAsync();
string? clipboardText = await clipboard.TryGetTextAsync();
if (string.IsNullOrWhiteSpace(clipboardText))
return [];