diff options
| author | 1029chris <1029chris@gmail.com> | 2016-06-03 11:55:40 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-06-03 11:55:40 -0700 |
| commit | e532283d763d663069d026757d53f385733513c7 (patch) | |
| tree | d0ae9aca6e3facf614393aa6d933da1af4ea309d /files.lua | |
| parent | 93916b2dbc006735c533a285a77f4dbc178a4c71 (diff) | |
Added music player
Added song for music player to play
Added button assets for play/pause/stop/back
Diffstat (limited to 'files.lua')
| -rw-r--r-- | files.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -86,6 +86,10 @@ function updateFiles() elseif files == f.videos then openFileWindow(8) elseif files == f.music then + if i == 1 and mplay.m ~= music.chill then + mplay.m = music.chill + mplay.p = true + end openFileWindow(9) end end |
