aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-02-09 15:55:23 +0100
committerBond-009 <bond.009@outlook.com>2019-02-18 16:57:08 +0100
commit7554f6355195443b721a9b65f04ef4f9f4c097e9 (patch)
treee5271905e548bb4d6969e4d542d831a04fcd93f7 /Emby.Notifications
parent25253cf961e4309cef49612f1a729ab69507b604 (diff)
Remove more self-update code
Diffstat (limited to 'Emby.Notifications')
-rw-r--r--Emby.Notifications/Notifications.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Notifications/Notifications.cs b/Emby.Notifications/Notifications.cs
index 7defd8510..ec08fd193 100644
--- a/Emby.Notifications/Notifications.cs
+++ b/Emby.Notifications/Notifications.cs
@@ -119,7 +119,6 @@ namespace Emby.Notifications
private async void _appHost_HasUpdateAvailableChanged(object sender, EventArgs e)
{
- // This notification is for users who can't auto-update (aka running as service)
if (!_appHost.HasUpdateAvailable)
{
return;