diff --git a/server/api/jellyfin.ts b/server/api/jellyfin.ts index 2a3f58b88..d8c493d0c 100644 --- a/server/api/jellyfin.ts +++ b/server/api/jellyfin.ts @@ -76,7 +76,6 @@ class JellyfinAPI { private axios: AxiosInstance; constructor(jellyfinHost: string, authToken?: string, deviceId?: string) { - console.log(jellyfinHost, deviceId, authToken); this.jellyfinHost = jellyfinHost; this.authToken = authToken; diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index 2ea973d0b..f5c115115 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -716,6 +716,7 @@ "components.UserProfile.UserSettings.UserGeneralSettings.plexuser": "Plex User", "components.UserProfile.UserSettings.UserGeneralSettings.region": "Discover Region", "components.UserProfile.UserSettings.UserGeneralSettings.regionTip": "Filter content by region (only applies to the \"Popular\" and \"Upcoming\" categories)", + "components.UserProfile.UserSettings.UserGeneralSettings.mediaServerUser": "{mediaServerName} User", "components.UserProfile.UserSettings.UserGeneralSettings.save": "Save Changes", "components.UserProfile.UserSettings.UserGeneralSettings.saving": "Saving…", "components.UserProfile.UserSettings.UserGeneralSettings.toastSettingsFailure": "Something went wrong while saving settings.", diff --git a/yarn.lock b/yarn.lock index ab3ef423d..62b3343a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6098,11 +6098,6 @@ express-openapi-validator@^4.11.0: ono "^7.1.3" path-to-regexp "^6.2.0" -express-rate-limit@^5.2.5: - version "5.2.5" - resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-5.2.5.tgz#956fde02aaf28724c0fd01b932986baa35143ece" - integrity sha512-fv9mf4hWRKZHVlY8ChVNYnGxa49m0zQ6CrJxNiXe2IjJPqicrqoA/JOyBbvs4ufSSLZ6NTzhtgEyLcdfbe+Q6Q== - express-session@^1.15.6, express-session@^1.17.1: version "1.17.1" resolved "https://registry.yarnpkg.com/express-session/-/express-session-1.17.1.tgz#36ecbc7034566d38c8509885c044d461c11bf357" @@ -11240,7 +11235,7 @@ postcss@^7, postcss@^7.0.18: source-map "^0.6.1" supports-color "^6.1.0" -postcss@^8.2.6: +postcss@^8.2.1, postcss@^8.2.6: version "8.2.6" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe" integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==