mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
filter duplicate recordings based on showId
This commit is contained in:
parent
25b668f919
commit
649fd0000d
9 changed files with 21 additions and 67 deletions
|
@ -376,6 +376,7 @@
|
|||
clearButton.addEventListener('click', function () {
|
||||
|
||||
ApiClient.clearOrganizationLog().then(function () {
|
||||
query.StartIndex = 0;
|
||||
reloadItems(view, true);
|
||||
}, Dashboard.processErrorResponse);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue