From 0522253194a24d5f12b3d45345f850bf51fba1ce Mon Sep 17 00:00:00 2001 From: herby2212 <12448284+herby2212@users.noreply.github.com> Date: Wed, 1 Mar 2023 02:33:13 +0100 Subject: [PATCH] Add watch time & user stats for playlists (#2012) --- data/interfaces/default/info.html | 4 ++-- plexpy/datafactory.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html index 471c8e7e..31c83c05 100644 --- a/data/interfaces/default/info.html +++ b/data/interfaces/default/info.html @@ -554,7 +554,7 @@ DOCUMENTATION :: END % endif - % if data['media_type'] in ('movie', 'show', 'season', 'episode', 'artist', 'album', 'track', 'collection'): + % if data['media_type'] in ('movie', 'show', 'season', 'episode', 'artist', 'album', 'track', 'collection', 'playlist'):
@@ -937,7 +937,7 @@ DOCUMENTATION :: END }); % endif -% if data['media_type'] in ('movie', 'show', 'season', 'episode', 'artist', 'album', 'track', 'collection'): +% if data['media_type'] in ('movie', 'show', 'season', 'episode', 'artist', 'album', 'track', 'collection', 'playlist'):