show plex server names in libraries page (#1402)

* cleanup plex libraries query

* show plex server names in libraries page
This commit is contained in:
Jason Dove
2023-08-29 08:46:36 -05:00
committed by GitHub
parent 225b95449c
commit deb0ac49b5
12 changed files with 64 additions and 30 deletions
@@ -27,7 +27,8 @@ public class GetExternalCollectionsHandler : IRequestHandler<GetExternalCollecti
0,
"Collections",
0,
id))
id,
string.Empty))
.ToList();
}
}