mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02: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
|
status = Status.UNKNOWN
|
||||||
mediaType = null
|
mediaType = null
|
||||||
thumbnail = null
|
thumbnail = null
|
||||||
|
comment = null
|
||||||
_pages.clear()
|
_pages.clear()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue