fix mixed platform directory mapping (#106)

* sync plex platform and platform version

* fix mixed-platform path replacements
This commit is contained in:
Jason Dove
2021-03-28 01:40:40 +00:00
committed by GitHub
parent 22c4fe2a27
commit 104d4a0cbd
15 changed files with 2075 additions and 35 deletions
@@ -70,6 +70,8 @@ namespace ErsatzTV.Infrastructure.Plex
{
ServerName = resource.Name,
ProductVersion = resource.ProductVersion,
Platform = resource.Platform,
PlatformVersion = resource.PlatformVersion,
ClientIdentifier = resource.ClientIdentifier,
Connections = sortedConnections
.Map(c => new PlexConnection { Uri = c.Uri }).ToList()