mirror of
https://github.com/Radarr/Radarr
synced 2026-01-03 14:13:09 +01:00
parent
2b7a383886
commit
970848acc3
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ public OsVersionModel Read()
|
|||
var allFiles = _diskProvider.GetFiles(PLIST_DIR, SearchOption.TopDirectoryOnly);
|
||||
|
||||
var versionFile = allFiles.SingleOrDefault(c =>
|
||||
c.EndsWith("SystemVersion.plist") ||
|
||||
c.EndsWith("ServerVersion.plist"));
|
||||
c.EndsWith("/SystemVersion.plist") ||
|
||||
c.EndsWith("/ServerVersion.plist"));
|
||||
|
||||
if (string.IsNullOrWhiteSpace(versionFile))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue