mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
updated notification ui
This commit is contained in:
@@ -37,7 +37,7 @@ namespace NzbDrone.Core.Providers.Fakes
|
||||
fakeNotification.Status = NotificationStatus.InProgress;
|
||||
fakeNotification2.CurrentStatus = DateTime.UtcNow.ToString();
|
||||
fakeNotification.CurrentStatus = DateTime.Now.ToString();
|
||||
return new List<ProgressNotification> { fakeNotification , fakeNotification2 };
|
||||
return new List<ProgressNotification> { fakeNotification };
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user