diff --git a/kfile.js b/kfile.js index 771ae845f..de4322cff 100644 --- a/kfile.js +++ b/kfile.js @@ -561,7 +561,7 @@ if (plugin) { else if (platform === Platform.Switch) { backend = 'Switch'; } - else if (platform === Platform.XboxScarlett) { + else if (platform === Platform.XboxSeries) { backend = 'Xbox'; } else if (platform === Platform.PS5) {