mirror of
https://github.com/Qortal/q-tube.git
synced 2025-02-11 17:55:51 +00:00
Updates to VideoPlayer and VideoContent pages
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
This commit is contained in:
parent
dcb2aecdfb
commit
9614b1c132
@ -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));
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user