index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Jellyfin.Extensions
/
Json
Age
Commit message (
Expand
)
Author
2024-03-31
Lowercase CollectionTypeOptions to match legacy experience (#11272)
Cody Robibero
2024-03-04
Add MediaStreamProtocol enum (#10153)
Niels van Velzen
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-11-14
Fix runtime errors
Bond_009
2023-08-22
== null -> is null
Bond_009
2023-04-06
Remove unused using directives
Stepan Goremykin
2023-02-01
Improve ffprobe json parsing and don't log error for Codec Type attachment
Bond_009
2022-03-12
Merge pull request #7325 from eyezak/issue/6450
Cody Robibero
2022-03-06
Use Enum.GetValues<T>()
Cody Robibero
2022-03-06
Clean up EnumFlags serialization
Cody Robibero
2022-02-21
Optimize Guid comparisons
Bond_009
2021-12-24
Update StyleCop
Bond_009
2021-12-19
Remove unreachable branches from JsonConverters
Bond_009
2021-10-01
Use ConvertFrom with invariant culture instead of current culture
Bond_009
2021-09-24
Update Jellyfin.Extensions to .Net6
Bond_009
2021-09-06
Remove all unused usings
Fernando Fernández
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009