You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some machines don't have /etc/mime.types installed by default, making mime.TypeByExtension likely to fallback to blob on most files and therefore will be shown as insert_drive_file in the frontend.
Some machines don't have
/etc/mime.typesinstalled by default, makingmime.TypeByExtensionlikely to fallback toblobon most files and therefore will be shown asinsert_drive_filein the frontend.https://github.com/filebrowser/filebrowser/blob/6e1c6a4a8cb1fecfeddf10ada67618c90912336d/file.go#L214
See mime.TypeByExtension.
Related: #376