Skip to content

Commit

Permalink
Commented out PlaylistItem
Browse files Browse the repository at this point in the history
  • Loading branch information
RBertoCases committed May 16, 2022
1 parent c6d5948 commit e23cde4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/Music.qml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import QtQuick 2.15
import QtMultimedia 5.9


Item {
Playlist {
id: bgPlaylist;
Expand All @@ -10,7 +9,7 @@ Item {

// add music files into assets/audio/music
// uncomment PlaylistItem below and repeat for each music file
PlaylistItem { source: '../assets/audio/music/whatever.mp3'; }
//PlaylistItem { source: '../assets/audio/music/whatever.mp3'; }
}

function loud() {
Expand Down

0 comments on commit e23cde4

Please sign in to comment.