mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-26 10:45:12 +02:00
feat: use new data fetching in MoviePage
This commit is contained in:
@@ -214,7 +214,6 @@ export function useStackRouter({
|
||||
};
|
||||
// Only updates when historyState changes
|
||||
const visibleStack: Writable<Array<CompStackPage>> = writable([]);
|
||||
visibleStack.subscribe(console.log);
|
||||
|
||||
initializeFromUrl();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user