Skip to content
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

Add check for server info before checking version #233

Merged
merged 1 commit into from
Mar 11, 2021

Conversation

thornbill
Copy link
Member

Fixes an issue where the server info is not available immediately after adding a server. The compare versions function throws an exception if it is provided null instead of a string.

@codecov
Copy link

codecov bot commented Mar 10, 2021

Codecov Report

Merging #233 (ce31a8d) into master (9584c9e) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #233   +/-   ##
=======================================
  Coverage   28.46%   28.46%           
=======================================
  Files          31       31           
  Lines         657      657           
  Branches      132      133    +1     
=======================================
  Hits          187      187           
+ Misses        427      426    -1     
- Partials       43       44    +1     
Impacted Files Coverage Δ
components/NativeShellWebView.js 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9584c9e...ce31a8d. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Mar 10, 2021

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
10.7% 10.7% Duplication

@thornbill thornbill merged commit 8518637 into jellyfin:master Mar 11, 2021
@thornbill thornbill deleted the fix-missing-version branch March 11, 2021 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants