From 3f5dd3bcfafa8954b5a3f0c5bd311c6861086f14 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Mon, 25 Jul 2022 11:00:41 -0400 Subject: [PATCH] [8] Fix #984 --- VERSION | 2 +- modules/plex.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6a54ee11..60fb67db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.2-develop7 +1.17.2-develop8 diff --git a/modules/plex.py b/modules/plex.py index c0af976e..ddc65f86 100644 --- a/modules/plex.py +++ b/modules/plex.py @@ -128,6 +128,7 @@ attribute_translation = { "video_profile": "videoProfile", "resolution": "videoResolution", "record_label": "studio", + "similar_artist": "similar", "actor": "actors", "audience_rating": "audienceRating", "collection": "collections",