Update Current Translated Messages with UI Changes

This commit is contained in:
Simon Caron
2024-12-30 20:06:56 -05:00
parent 4b18bad3bc
commit 9b4590c876
5 changed files with 10 additions and 21 deletions

View File

@@ -99,7 +99,7 @@ const loadSettings = (): Settings => {
usePopularPlugin: false,
deviceProfile: "Expo",
mediaListCollectionIds: [],
preferedLanguage: getLocales()[0] || "en",
preferedLanguage: getLocales()[0].languageCode || "en",
searchEngine: "Jellyfin",
marlinServerUrl: "",
openInVLC: false,