Skip to content

Commit

Permalink
Added a song
Browse files Browse the repository at this point in the history
  • Loading branch information
elyas-code authored Nov 16, 2023
1 parent a53c22d commit ef3a5c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions psmusic/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ let track_list = [
artist: "جوليا بطرس",
image: "https://i1.sndcdn.com/artworks-000038101652-srjmvk-t500x500.jpg",
path: "media/resist.mp3"
},
{
name:"ابعت سلام بغصن زيتون",
artist:"اليانا",
image:"https://img.youm7.com/ArticleImgs/2023/10/21/62162-%D8%A5%D8%B1%D8%AA%D8%A8%D8%A7%D8%B7-%D8%B4%D8%AC%D8%B1%D8%A9-%D8%A7%D9%84%D8%B2%D9%8A%D8%AA%D9%88%D9%86-%D8%A8%D9%81%D9%84%D8%B3%D8%B7%D9%8A%D9%86.jpg",
path:"media/olivebranch.mp3"
}
];
function loadTrack(track_index) {
Expand Down
Binary file added psmusic/media/olivebranch.mp3
Binary file not shown.

0 comments on commit ef3a5c1

Please sign in to comment.