From a85dd7d27e713c6e02e8367cbc4f4d2ab6d5f382 Mon Sep 17 00:00:00 2001 From: herby2212 <12448284+herby2212@users.noreply.github.com> Date: Sun, 29 Jan 2023 17:08:56 +0100 Subject: [PATCH] user_stats for collection --- data/interfaces/default/info.html | 9 ++++++--- plexpy/datafactory.py | 24 ++++++++++++++++++------ plexpy/webserve.py | 4 ++-- 3 files changed, 26 insertions(+), 11 deletions(-) diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html index 6d8b3aaf..15e960af 100644 --- a/data/interfaces/default/info.html +++ b/data/interfaces/default/info.html @@ -542,7 +542,7 @@ DOCUMENTATION :: END % endif - % if data['media_type'] in ('movie', 'show', 'season', 'episode', 'artist', 'album', 'track'): + % if data['media_type'] in ('movie', 'show', 'season', 'episode', 'artist', 'album', 'track', 'collection'):
@@ -925,7 +925,7 @@ DOCUMENTATION :: END }); % endif -% if data['media_type'] in ('movie', 'show', 'season', 'episode', 'artist', 'album', 'track'): +% if data['media_type'] in ('movie', 'show', 'season', 'episode', 'artist', 'album', 'track', 'collection'):