X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/ed0df8dc1fc9576e36c920882e7f4b00a2811113..abb6807645598e8117e98bbf232cd9cd90fe019a:/src/panels/information/phononwidget.cpp diff --git a/src/panels/information/phononwidget.cpp b/src/panels/information/phononwidget.cpp index 7f2ca9564..a0bbcf210 100644 --- a/src/panels/information/phononwidget.cpp +++ b/src/panels/information/phononwidget.cpp @@ -151,7 +151,7 @@ void PhononWidget::showEvent(QShowEvent *event) // Creating an audio player or video player instance might take up to // 2 seconds when doing it the first time. To prevent that the user - // interface gets noticable blocked, the creation is delayed until + // interface gets noticeable blocked, the creation is delayed until // the play button has been pressed (see PhononWidget::play()). } } @@ -191,6 +191,7 @@ void PhononWidget::play() } m_media = m_audioMedia; m_media->setCurrentSource(m_url); + m_media->play(); break; case Video: