Fix typo that broke duration sorting
Fix css bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user