fix: media comment was not reset properly

This commit is contained in:
Gauthier Roebroeck 2020-01-17 18:13:51 +08:00
parent 27d46d57cb
commit b42eadf182

View file

@ -65,6 +65,7 @@ class Media(
status = Status.UNKNOWN
mediaType = null
thumbnail = null
comment = null
_pages.clear()
}