Compare commits

...

1 Commits

Author SHA1 Message Date
Brendan Abolivier
dd62d6baac Correct docstring for DeleteMediaByDateSize 2022-10-19 16:58:20 +01:00

View File

@@ -274,9 +274,7 @@ class DeleteMediaByID(RestServlet):
class DeleteMediaByDateSize(RestServlet):
"""Delete local media and local copies of remote media by
timestamp and size.
"""
"""Delete local media by timestamp and size."""
PATTERNS = admin_patterns("/media/(?P<server_name>[^/]*)/delete$")