mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-15 21:46:53 +00:00
Move mimetype detection to docspell-files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package docspell.common
|
||||
|
||||
case class MimeTypeHint(filename: Option[String], advertised: Option[String]) {}
|
||||
|
||||
object MimeTypeHint {
|
||||
val none = MimeTypeHint(None, None)
|
||||
}
|
Reference in New Issue
Block a user