mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 00:13:30 +01:00
fix: media comment was not reset properly
This commit is contained in:
parent
27d46d57cb
commit
b42eadf182
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ class Media(
|
|||
status = Status.UNKNOWN
|
||||
mediaType = null
|
||||
thumbnail = null
|
||||
comment = null
|
||||
_pages.clear()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue