Added simple history browser with search ability for the WebUI.

This commit is contained in:
Abdulmhsen B. A. A
2024-05-05 16:27:09 +03:00
parent e260ef8bd1
commit f8443fb817
3 changed files with 344 additions and 1 deletions

View File

@@ -285,6 +285,19 @@ final class Index
'prev_url' => $prevUrl,
'last_url' => $lastUrl,
],
'searchable' => [
'id',
'via',
'year',
'type',
'title',
'season',
'episode',
'parent',
'guid',
'metadata',
'extra',
],
];
while ($row = $stmt->fetch()) {