You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	Removed old logo from Core, Growl uses new icon.
This commit is contained in:
		| @@ -25,7 +25,7 @@ namespace NzbDrone.Core.Notifications.Growl | ||||
|         public GrowlService() | ||||
|         { | ||||
|             _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) | ||||
|   | ||||
| @@ -26,7 +26,7 @@ namespace NzbDrone.Core.Notifications.Xbmc | ||||
|             var parameters = new JObject( | ||||
|                                         new JProperty("title", title), | ||||
|                                         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)); | ||||
|  | ||||
|             var postJson = BuildJsonRequest("GUI.ShowNotification", parameters); | ||||
|   | ||||
| @@ -541,9 +541,6 @@ | ||||
|   <ItemGroup> | ||||
|     <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <EmbeddedResource Include="NzbDrone.jpg" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ProjectReference Include="..\Marr.Data\Marr.Data.csproj"> | ||||
|       <Project>{F6FC6BE7-0847-4817-A1ED-223DC647C3D7}</Project> | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 3.2 KiB | 
		Reference in New Issue
	
	Block a user