-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove API Client from the tree #1007
Conversation
What a beautiful reduction in code 😄 can't wait to get this through. |
Maybe you'll be able to help as I'm having problems with a "ReferenceError: ApiClient is not defined" error in controllers/wizard/start.js. I'm using the latest server commit and replacing its web folder with the latest web client commit. I'm being normally redirected to the wizard and I'm hit with this error. And trying to get There is no problem when using the bundled web client. BTW, what version of the client am I building when building from the latest server commit? Thanks! |
2dd109a
to
1766a8f
Compare
@jellyfin/web This depends on jellyfin-archive/jellyfin-apiclient-javascript#38, which is under final cleanup. |
package.json
Outdated
@@ -90,18 +91,19 @@ | |||
"test": [ | |||
"src/components/autoFocuser.js", | |||
"src/components/cardbuilder/cardBuilder.js", | |||
"src/scripts/dom.js", | |||
"src/components/filedownloader.js", | |||
"src/scripts/filesystem.js", | |||
"src/scripts/keyboardnavigation.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dup
"src/scripts/keyboardnavigation.js", |
81d0010
to
8e337da
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
01260ce
to
1bfe501
Compare
ca3c789
to
bff66fb
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
bff66fb
to
bab96ae
Compare
76226e9
to
ca4d60c
Compare
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Seems to be working as expected!
Changes
Branch to parallel my cleanup of the API Client in order for it to be removed from this repository.
The API Client side is at jellyfin-archive/jellyfin-apiclient-javascript#36
Issues