mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
OS X and linux can be treated separately
This commit is contained in:
@@ -20,7 +20,7 @@ namespace NzbDrone.Common
|
||||
|
||||
public int GetHashCode(string obj)
|
||||
{
|
||||
if (OsInfo.IsLinux)
|
||||
if (OsInfo.IsMono)
|
||||
{
|
||||
return obj.CleanFilePath().GetHashCode();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user