1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Fixup SysTrayApp.cs

This commit is contained in:
Qstick
2022-11-20 13:09:42 -06:00
parent 44d7c54077
commit bf89995984

View File

@@ -6,7 +6,7 @@ using System.Windows.Forms;
using Microsoft.Extensions.Hosting;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Core.Lifecycle;
using Radarr.Host;
using NzbDrone.Host;
namespace NzbDrone.SysTray
{