Explicitly register supported mime types (#82)

This commit is contained in:
Alex Ling
2020-07-01 13:21:14 +00:00
parent fe082e7537
commit f5cdf8b7b6
2 changed files with 13 additions and 2 deletions
+2
View File
@@ -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