From 1899b955129ea10af4987d87e82c6007d600045a Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 19 Dec 2024 10:39:07 -0800 Subject: [PATCH] Updated FAQ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3574341..b9e31bc 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,9 @@ https://github.com/user-attachments/assets/7a492f89-9c82-4038-a07a-a9a59e4f8eef
- 3️⃣ - Why do I still notice visual bugs and inconsistencies? + 3️⃣ - Why do I notice visual bugs and inconsistencies on Jellyfin Media Player? -- Are you using Jellyfin Media Player? If yes, JMP seems to be using a different or probably an older version of web engine. I am working on adding workarounds, but the progress is slow. +- Currently JMP uses Qt 5.x which uses an outdated web engine, so many new CSS features do not work. Once they release a new version based on Qt 6.x, most issues should automatically be resolved. Until then, I advise using the web app instead. - Are you not using JMP and still facing issues? See the 4th point below.