From 9833eae0fe8cbbff6d02e1748eb90d750af35ffe Mon Sep 17 00:00:00 2001 From: j Date: Sat, 12 Aug 2023 17:34:46 +0200 Subject: [PATCH] fix youtube import --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index c9c4ecd..cfb7109 100644 --- a/config.jsonc +++ b/config.jsonc @@ -390,7 +390,7 @@ */ "importMetadata": { "date": "{date}", - "topic": "{tags}", + "tag": "{tags}", "summary": "{description}", "title": "{title}" },