diff --git a/SoundCloudDownloader/ViewModels/Components/DashboardViewModel.cs b/SoundCloudDownloader/ViewModels/Components/DashboardViewModel.cs index c86b650..a0f3a6b 100644 --- a/SoundCloudDownloader/ViewModels/Components/DashboardViewModel.cs +++ b/SoundCloudDownloader/ViewModels/Components/DashboardViewModel.cs @@ -132,7 +132,7 @@ await tagInjector.InjectTagsAsync( download.Status = ex is OperationCanceledException ? DownloadStatus.Canceled : DownloadStatus.Failed; - // Short error message for YouTube-related errors, full for others + // Short error message for SoundCloud-related errors, full for others download.ErrorMessage = ex is SoundcloudExplodeException ? ex.Message : ex.ToString(); } finally @@ -218,7 +218,7 @@ await _dialogManager.ShowDialogAsync( await _dialogManager.ShowDialogAsync( _viewModelManager.CreateMessageBoxViewModel( "Error", - // Short error message for YouTube-related errors, full for others + // Short error message for SoundCloud-related errors, full for others ex is SoundcloudExplodeException ? ex.Message : ex.ToString() diff --git a/SoundCloudDownloader/Views/Dialogs/SettingsView.axaml b/SoundCloudDownloader/Views/Dialogs/SettingsView.axaml index 8beae2d..b63cce9 100644 --- a/SoundCloudDownloader/Views/Dialogs/SettingsView.axaml +++ b/SoundCloudDownloader/Views/Dialogs/SettingsView.axaml @@ -67,7 +67,7 @@ - +