mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +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