update mac project
This commit is contained in:
parent
a55b693fbc
commit
f3e98dde6a
|
@ -735,12 +735,6 @@
|
|||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\css\images\mblogoicon.png">
|
||||
<Link>Resources\dashboard-ui\css\images\mblogoicon.png</Link>
|
||||
</BundleResource>
|
||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\css\images\mblogotextblack.png">
|
||||
<Link>Resources\dashboard-ui\css\images\mblogotextblack.png</Link>
|
||||
</BundleResource>
|
||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\css\images\mblogotextwhite.png">
|
||||
<Link>Resources\dashboard-ui\css\images\mblogotextwhite.png</Link>
|
||||
</BundleResource>
|
||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\css\images\rightarrow.png">
|
||||
<Link>Resources\dashboard-ui\css\images\rightarrow.png</Link>
|
||||
</BundleResource>
|
||||
|
|
|
@ -67,7 +67,7 @@ namespace MediaBrowser.Server.Mac
|
|||
return list;
|
||||
}
|
||||
|
||||
public void AuthorizeServer(int udpPort, int httpServerPort, string tempDirectory)
|
||||
public void AuthorizeServer(int udpPort, int httpServerPort, int httpsPort, string tempDirectory)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user