Skip to content
Snippets Groups Projects
Commit 4b86be26 authored by onny's avatar onny
Browse files

test release v0.0.2-pre

parent 6d9cf217
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,11 @@ export default {
return state.image
},
getSeek: state => {
return state.seek
if (state.seek) {
return state.seek
} else {
return 0
}
},
getDuration: state => {
return state.duration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment