Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
onny
nextcloud-app-podcast
Commits
4b86be26
Commit
4b86be26
authored
Mar 04, 2021
by
onny
Browse files
test release v0.0.2-pre
parent
6d9cf217
Pipeline
#353
canceled with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/store/player.js
View file @
4b86be26
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment