From 0f872ab440c186a376d663c2e3394dd70c966f79 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Tue, 27 Sep 2022 23:41:27 +0000 Subject: [PATCH] Fix broken link on library stats cards --- plexpy/datafactory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/datafactory.py b/plexpy/datafactory.py index 09b26a45..7027ae81 100644 --- a/plexpy/datafactory.py +++ b/plexpy/datafactory.py @@ -1044,7 +1044,7 @@ class DataFactory(object): 'sh.id, shm.title, shm.grandparent_title, shm.full_title, shm.year, ' \ 'shm.media_index, shm.parent_media_index, ' \ 'sh.rating_key, shm.grandparent_rating_key, shm.thumb, shm.grandparent_thumb, ' \ - 'sh.user, sh.user_id, sh.player, sh.section_id, ' \ + 'sh.user, sh.user_id, sh.player, ' \ 'shm.art, sh.media_type, shm.content_rating, shm.labels, shm.live, shm.guid, ' \ 'MAX(sh.started) AS last_watch ' \ 'FROM library_sections AS ls ' \