fix(plex): do not use SSL for local servers (#1418)

This commit is contained in:
TheCatLady
2021-04-13 19:11:34 -04:00
committed by GitHub
parent ecf13123d2
commit 9233fc0785
3 changed files with 3 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ export interface PlexConnection {
local: boolean;
status?: number;
message?: string;
host?: string;
}
export interface PlexDevice {