1. fix sync movie fetch wrong type

2. fix can not get the comment of book or movie
This commit is contained in:
wanxp 2023-09-23 09:22:29 +08:00
parent 5c345efa1d
commit 230733aa49
3 changed files with 4 additions and 3 deletions

@ -1,7 +1,7 @@
{
"id": "obsidian-douban-plugin",
"name": "Douban",
"version": "1.9.1",
"version": "1.9.2",
"minAppVersion": "0.12.0",
"description": "This is a plugin that can import movies/books/musics/notes/games info data from Douban for Obsidian .",
"author": "Wanxp",

@ -1,6 +1,6 @@
{
"name": "obsidian-douban-plugin",
"version": "1.9.1",
"version": "1.9.2",
"description": "This is a plugin for Obsidian (https://obsidian.md) that can import data from Douban (https://www.douban.com/).",
"main": "main.js",
"scripts": {

@ -36,6 +36,7 @@
"1.8.8": "0.12.0",
"1.8.9": "0.12.0",
"1.9.0": "0.12.0",
"1.9.1": "0.12.0"
"1.9.1": "0.12.0",
"1.9.2": "0.12.0"
}