mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
OS X and linux can be treated separately
This commit is contained in:
parent
9d74693bb7
commit
8885bbb60f
22 changed files with 101 additions and 50 deletions
|
@ -27,7 +27,7 @@ namespace NzbDrone.Core.Update
|
|||
|
||||
public UpdatePackage AvailableUpdate()
|
||||
{
|
||||
if (OsInfo.IsLinux) return null;
|
||||
if (OsInfo.IsMono) return null;
|
||||
|
||||
var latestAvailable = _updatePackageProvider.GetLatestUpdate(_configFileProvider.Branch, BuildInfo.Version);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue