Skip to content

Commit

Permalink
Fix source URL
Browse files Browse the repository at this point in the history
Fixed the source URL to point to a valid file.
  • Loading branch information
e8johan authored Jan 18, 2024
1 parent 4392851 commit 289f7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ch11-multimedia/src/playback-audio/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Window {

MediaPlayer {
id: player
source: "https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_2MG.mp3"
source: "https://file-examples.com/wp-content/storage/2017/11/file_example_MP3_2MG.mp3"
audioOutput: AudioOutput {}
}

Expand All @@ -49,4 +49,4 @@ Window {
}
// #endregion play
}
// #endregion global
// #endregion global

0 comments on commit 289f7d2

Please sign in to comment.