Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
1615b128
Commit
1615b128
authored
Jun 19, 2021
by
Nicolás Alvarez
Browse files
Fix comment grammar, sent->send
(excuse to test CI, actually)
parent
49432329
Pipeline
#66597
failed with stage
in 9 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mpris2/mediaplayer2player.cpp
View file @
1615b128
...
...
@@ -210,7 +210,7 @@ void MediaPlayer2Player::setPropertyPosition(int newPositionInMs)
{
m_position
=
qlonglong
(
newPositionInMs
)
*
1000
;
/* only sen
t
new progress when it has advanced more than 1 %
/* only sen
d
new progress when it has advanced more than 1 %
* to limit DBus traffic
*/
const
auto
incrementalProgress
=
static_cast
<
double
>
(
newPositionInMs
-
mPreviousProgressPosition
)
/
m_audioPlayer
->
duration
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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