about summary refs log tree commit diff stats
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/fm/draw.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/fm/draw.rb b/code/fm/draw.rb
index 482abf59..9d12afb1 100644
--- a/code/fm/draw.rb
+++ b/code/fm/draw.rb
@@ -92,6 +92,10 @@ module Fm
 				:directory
 			elsif f.movie?
 				:video
+			elsif f.audio?
+				:sound
+			elsif f.image?
+				:image
 			elsif f.executable?
 				:executable
 			else