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
254 stars 31 forks source link

Fixed bug when API key is missing #161

Open ltctceplrm opened 3 months ago

ltctceplrm commented 3 months ago

To fix #159.

Ideally at one point the user should be notified with a message box that he's missing an API but for now this should be good enough

mProjectsCode commented 3 months ago

You should construct errors with the constructor, so new Error(...) instead of Error(...). Even though we hadn't used the constructor before.