This commit is contained in:
Markus Unterwaditzer 2018-06-07 21:56:44 +02:00
parent 511f427a77
commit 579b2ca5d9

View file

@ -367,9 +367,6 @@ class DAVStorage(RustStorageMixin, Storage):
d = cls.discovery_class(session, kwargs)
return d.create(collection)
def _is_item_mimetype(self, mimetype):
return _fuzzy_matches_mimetype(self.item_mimetype, mimetype)
def get_meta(self, key):
try:
tagname, namespace = self._property_table[key]