mirror of https://github.com/Sonarr/Sonarr
Removed old logo from Core, Growl uses new icon.
This commit is contained in:
parent
529f65339f
commit
c7bdf4148b
|
@ -25,7 +25,7 @@ namespace NzbDrone.Core.Notifications.Growl
|
||||||
public GrowlService()
|
public GrowlService()
|
||||||
{
|
{
|
||||||
_notificationTypes = GetNotificationTypes();
|
_notificationTypes = GetNotificationTypes();
|
||||||
_growlApplication.Icon = "https://github.com/NzbDrone/NzbDrone/raw/master/NzbDrone.Core/NzbDrone.jpg";
|
_growlApplication.Icon = "https://raw.github.com/NzbDrone/NzbDrone/master/Logo/64.png";
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SendNotification(string title, string message, string notificationTypeName, string hostname, int port, string password)
|
public void SendNotification(string title, string message, string notificationTypeName, string hostname, int port, string password)
|
||||||
|
|
|
@ -26,7 +26,7 @@ namespace NzbDrone.Core.Notifications.Xbmc
|
||||||
var parameters = new JObject(
|
var parameters = new JObject(
|
||||||
new JProperty("title", title),
|
new JProperty("title", title),
|
||||||
new JProperty("message", message),
|
new JProperty("message", message),
|
||||||
new JProperty("image", "https://raw.github.com/NzbDrone/NzbDrone/develop/Logo/64.png"),
|
new JProperty("image", "https://raw.github.com/NzbDrone/NzbDrone/master/Logo/64.png"),
|
||||||
new JProperty("displaytime", settings.DisplayTime * 1000));
|
new JProperty("displaytime", settings.DisplayTime * 1000));
|
||||||
|
|
||||||
var postJson = BuildJsonRequest("GUI.ShowNotification", parameters);
|
var postJson = BuildJsonRequest("GUI.ShowNotification", parameters);
|
||||||
|
|
|
@ -541,9 +541,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<EmbeddedResource Include="NzbDrone.jpg" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Marr.Data\Marr.Data.csproj">
|
<ProjectReference Include="..\Marr.Data\Marr.Data.csproj">
|
||||||
<Project>{F6FC6BE7-0847-4817-A1ED-223DC647C3D7}</Project>
|
<Project>{F6FC6BE7-0847-4817-A1ED-223DC647C3D7}</Project>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in New Issue