aboutsummaryrefslogtreecommitdiff
path: root/files.lua
diff options
context:
space:
mode:
Diffstat (limited to 'files.lua')
-rw-r--r--files.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/files.lua b/files.lua
index 370f5b1..ea05f0c 100644
--- a/files.lua
+++ b/files.lua
@@ -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