fix: continue watching shows watched items

This commit is contained in:
Aleksi Lassila
2025-02-16 23:34:46 +02:00
parent 5004af477b
commit eef5ed0d2a
5 changed files with 34 additions and 15 deletions

View File

@@ -228,7 +228,7 @@
} else {
movieUserDataStore.refresh(tmdbId);
}
libraryItemsDataStore.refresh();
libraryItemsDataStore.refreshIn(1500);
});
});
</script>