fix(backend): remove console statement

This commit is contained in:
Aiden Vigue
2021-02-18 12:38:27 -05:00
parent 107b766c44
commit 42ff34bb3d
3 changed files with 2 additions and 7 deletions

View File

@@ -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;

View File

@@ -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.",

View File

@@ -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==