mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
fixed some build issues/notification issues
This commit is contained in:
parent
ce1198642a
commit
1cc44ed88a
@ -42,6 +42,9 @@
|
||||
<EnableUpdateable>false</EnableUpdateable>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Castle.Core">
|
||||
<HintPath>..\NzbDrone.Core\Libraries\Castle.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Ninject, Version=2.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\packages\Ninject.2.2.1.0\lib\.NetFramework 4.0\Ninject.dll</HintPath>
|
||||
|
@ -11,7 +11,7 @@ $(function () {
|
||||
|
||||
function refreshNotifications() {
|
||||
$.ajax({
|
||||
url: 'Notification',
|
||||
url: '/Notification',
|
||||
success: notificationCallback
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user