mProjectsCode / obsidian-media-db-plugin

A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.
GNU General Public License v3.0
243 stars 28 forks source link

Manga plot property is broken #124

Closed Nitero closed 7 months ago

Nitero commented 7 months ago

Describe the bug When importing the manga "Omniscient Reader (2020)" the note is broken and displays the frontmatter in red. The issue seems to be that only the first quotation mark in the plot property is properly escaped with a backslash: \"scenarios"

To Reproduce Steps to reproduce the behavior:

  1. Have the setting "Add optional quotation marks around strings in the metadata block" enabled (default)
  2. Click on "Add new Media DB entry"
  3. Enable "MALAPI Manga"
  4. Import "Omniscient Reader (2020)"
  5. See error

Expected behavior the media to import without errors

Screenshots image

Occurs on

Plugin version 0.6.0

Additional context

mProjectsCode commented 7 months ago

Fix is merged