mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
Explicitly register supported mime types (#82)
This commit is contained in:
@@ -536,6 +536,8 @@ class Library
|
||||
|
||||
def initialize
|
||||
@storage = Storage.default
|
||||
register_mime_types
|
||||
|
||||
@dir = Config.current.library_path
|
||||
@scan_interval = Config.current.scan_interval
|
||||
# explicitly initialize @titles to bypass the compiler check. it will
|
||||
|
||||
Reference in New Issue
Block a user