diff --git a/data/interfaces/default/css/plexwatch.css b/data/interfaces/default/css/plexwatch.css index 102d2eab..6d4e4610 100644 --- a/data/interfaces/default/css/plexwatch.css +++ b/data/interfaces/default/css/plexwatch.css @@ -8101,7 +8101,7 @@ ol.test >li { .home-platforms-instance-poster { float: left; height: 120px; - min-width: 81px; + max-width: 81px; padding: 5px 10px 5px 10px; } diff --git a/plexpy/plexwatch.py b/plexpy/plexwatch.py index b87ea4cb..5e19939f 100644 --- a/plexpy/plexwatch.py +++ b/plexpy/plexwatch.py @@ -215,7 +215,7 @@ class PlexWatch(object): 'xml', 'round((julianday(datetime(stopped, "unixepoch", "localtime")) - \ julianday(datetime(time, "unixepoch", "localtime"))) * 86400) - \ - (case when paused_counter is null then 0 else paused_counter end) as duration,' + (case when paused_counter is null then 0 else paused_counter end) as duration', 'grandparentRatingKey as grandparent_rating_key' ] try: