Re-add Rootstate to Vuex Action and adjust position of video duration

This commit is contained in:
Preston 2020-03-01 14:44:19 -05:00
parent 77e7168c73
commit 4728d38df0
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ const getters = {
}
const actions = {
ytSearch ({ commit, dispatch }, payload) {
ytSearch ({ commit, dispatch, rootState }, payload) {
console.log('Performing search please wait...')
return new Promise((resolve, reject) => {
if (state.isYtSearchRunning) {

View File

@ -1205,7 +1205,7 @@ body.vjs-full-window {
.video-js .vjs-time-control {
flex: none;
font-size: 1em;
line-height: 4em;
line-height: 3.7em;
min-width: 2em;
width: auto;
padding-left: 0em;