Skip to content

Commit

Permalink
Updates to VideoPlayer and VideoContent pages
Browse files Browse the repository at this point in the history
Area that clicking focuses video in VideoContent.tsx has been increased on left side of page. Video is also autofocused by default.

Fixed issue where changing video progress (such as the left/right or 1-9 hotkeys) would make a paused video play.

Removed old logos
  • Loading branch information
QortalSeth committed Nov 12, 2024
1 parent dcb2aec commit 9614b1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App-State.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const useAppState = () => {
const persistor = persistStore(store);

useEffect(() => {
const subscriptionList = store.getState().persist.subscriptionList;
subscriptionListFilter(false).then(filteredList => {
store.dispatch(setFilteredSubscriptions(filteredList));
});
Expand Down

0 comments on commit 9614b1c

Please sign in to comment.