Cody Robibero
079fac4a54
Switch to FirstOrDefault extension
2 years ago
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
3 years ago
Bond_009
1c14c86b20
Fix some warnings
3 years ago
cvium
b880dc8a4a
Use our own Contains extension
3 years ago
Cody Robibero
32629cd7da
Use BaseItemKind where possible
3 years ago
BaronGreenback
2e98de9062
Code Clean up: Convert to null-coalescing operator ?? ( #5845 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
4 years ago
crobibero
223b42aed3
Create BaseItemKind enum
4 years ago
crobibero
c083b29e29
Use Guid as API parameter type where possible
4 years ago
crobibero
3cc0dd7e12
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
4 years ago
crobibero
01355e0498
Fix nullability errors in Jellyfin.Api (part 1)
4 years ago
crobibero
63ebae2f9e
Remove nullable from required
4 years ago
crobibero
8f6c2e7679
Remove leading slash from route attributes
4 years ago
crobibero
5d34b07d1f
Make query parameters nullable or set default value
4 years ago
crobibero
73bcda7eac
Make all optional strings nullable
4 years ago
crobibero
c24666253c
Add Default authorization policy
4 years ago
David Ullmer
1491e93d84
Add response code documentation
4 years ago
David
cefa9d3c08
Add default values for parameters and fix spelling
4 years ago
David
7fa374f8a2
Move Split method from BaseJellyfinApiController.cs to RequestHelpers.cs
4 years ago
David
f3029428cd
Fix suggestions
4 years ago
David
638cfa32ab
Move SearchService to new API endpoint
4 years ago