From 12e222b66e7d54b5f96b1dc0f9ed067db88dad77 Mon Sep 17 00:00:00 2001 From: Abdo Date: Sun, 25 May 2025 15:21:42 +0300 Subject: [PATCH] Fix encodeIriPaths() not allowed --- qt/aqt/mediasrv.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt/aqt/mediasrv.py b/qt/aqt/mediasrv.py index 658bfa345..ecff5feaf 100644 --- a/qt/aqt/mediasrv.py +++ b/qt/aqt/mediasrv.py @@ -675,6 +675,8 @@ exposed_backend_list = [ "simulate_fsrs_review", # DeckConfigService "get_ignored_before_count", + # CardRenderingService + "encode_iri_paths", ]