From dc7239b0a984134d1b411796398b10de1e44d80c Mon Sep 17 00:00:00 2001 From: Yelo420 <88632464+Yelo420@users.noreply.github.com> Date: Wed, 23 Apr 2025 08:47:32 +0200 Subject: [PATCH] Update comparison.vue - There is no paid support - Server supports ARM - Is able to retrieve from any metadata source. IGDB is only the native/default source. --- pages/comparison.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/comparison.vue b/pages/comparison.vue index f64c38c..14093dd 100644 --- a/pages/comparison.vue +++ b/pages/comparison.vue @@ -284,8 +284,8 @@ const projects = [ { description: "Native Windows app" }, { description: "Share with family & friends" }, { description: "Playtime tracking" }, - { description: "Paid support & optional features" }, - { description: "Paid Playnite integration" }, + { description: "Optional paid features" }, + { description: "Various platform integrations" }, ], }, @@ -315,7 +315,7 @@ const sections: Array<{ features: [ { name: "Metadata fetching", - projects: { Drop: true, GameVault: "Only IGDB", LANCommander: false }, + projects: { Drop: true, GameVault: true, LANCommander: false }, }, { name: "Game versioning", @@ -373,6 +373,7 @@ const sections: Array<{ { name: "ARM support", projects: { + GameVault: true, Drop: true, LANCommander: true, },