From 4354f72578fd7f23543665e787965590ff31d22f Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 30 Sep 2017 14:53:24 -0700 Subject: [PATCH] Update platform name override for Playstation 4 --- plexpy/common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plexpy/common.py b/plexpy/common.py index 6d734c0c..f088e63d 100644 --- a/plexpy/common.py +++ b/plexpy/common.py @@ -39,7 +39,8 @@ DEFAULT_ART = "interfaces/default/images/art.png" PLATFORM_NAME_OVERRIDES = {'Konvergo': 'Plex Media Player', 'Mystery 3': 'Playstation 3', 'Mystery 4': 'Playstation 4', - 'Mystery 5': 'Xbox 360' + 'Mystery 5': 'Xbox 360', + 'WebMAF': 'Playstation 4' } PMS_PLATFORM_NAME_OVERRIDES = {'MacOSX': 'Mac'