Skip to content

Commit

Permalink
modified: .src/FMain.class
Browse files Browse the repository at this point in the history
  • Loading branch information
cjstoddard committed May 7, 2024
1 parent e53f95d commit 39240dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .src/FMain.class
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Public Sub Form_Open()
'----------

' Setup MP3 Player
'Directory = User.Home & "/Music"
Directory = Application.Path & "/music"
Files = Dir(Directory, "*")
For Each hfile In Files
Expand Down Expand Up @@ -195,7 +194,6 @@ Public Sub MNext_Button_Click()
MPlaylist_ListBox.Index = SongCounter
SongTitle = MPlaylist_ListBox.Text
MSong_TextBox.Text = SongTitle
'RADIO_MediaView.URL = User.Home & "/Music/" & MPlaylist_ListBox.Text
RADIO_MediaView.URL = Application.Path & "/music/" & MPlaylist_ListBox.Text
RADIO_MediaView.Play()

Expand Down

0 comments on commit 39240dc

Please sign in to comment.