diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-02-09 15:55:23 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-02-18 16:57:08 +0100 |
| commit | 7554f6355195443b721a9b65f04ef4f9f4c097e9 (patch) | |
| tree | e5271905e548bb4d6969e4d542d831a04fcd93f7 /Emby.Notifications | |
| parent | 25253cf961e4309cef49612f1a729ab69507b604 (diff) | |
Remove more self-update code
Diffstat (limited to 'Emby.Notifications')
| -rw-r--r-- | Emby.Notifications/Notifications.cs | 1 |
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; |
