mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-24 05:30:57 +03:00
Added support for download error notifications
Style improvements
This commit is contained in:
@@ -21,7 +21,7 @@ export class NotificationsListComponent {
|
||||
// Attaches string to the end of the notification text
|
||||
NOTIFICATION_SUFFIX_KEY: { [key in NotificationType]: string } = {
|
||||
download_complete: 'file_title',
|
||||
download_error: 'file_url'
|
||||
download_error: 'download_url'
|
||||
}
|
||||
|
||||
NOTIFICATION_ACTION_TO_STRING: { [key in NotificationAction]: string } = {
|
||||
|
||||
Reference in New Issue
Block a user