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
/
Jellyfin.Api
/
Helpers
/
AudioHelper.cs
Age
Commit message (
Collapse
)
Author
2024-08-30
Remove BOM from UTF-8 files
Bond_009
I think some people need to change their IDE configuration ;)
2023-12-21
Add ITranscodeManager service
Patrick Barron
2023-11-15
Remove DLNA API code
Patrick Barron
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-01-08
Remove unused httpContext parameter
SenorSmartyPants
2022-01-07
Remove isHeadRequest from GetStaticFile method signatures
SenorSmartyPants
2021-10-03
Fix warning: Qualifier is redundant (#2149)
KonH
2021-09-10
Missing linebreaks that Rider apparently can't just do for me?
cvium
2021-09-10
Don't throw when livestream file isn't found
cvium
2021-09-10
Remove more unused args
cvium
2021-09-10
Kill ProgressiveFileCopier and seek to end for ongoing livetv
cvium
2021-09-06
Remove all unused usings
Fernando Fernández
2021-06-04
Don't dispose managed CancellationTokenSource (#6139)
Cody Robibero
2021-04-20
EncodingHelper: Fix circular dependency
Bond_009
2021-04-17
Remove unused using directives
BaronGreenback
2020-11-13
Convert NullReferenceException to ResourceNotFoundException
crobibero
2020-11-13
Fix nullability errors in Jellyfin.Api (part 1)
crobibero
2020-08-31
use named client
crobibero
2020-08-17
Fix conflicts
crobibero
2020-08-10
Use proper IHttpContextAccessor
crobibero
2020-08-09
convert dependent controller functions to di helper class
crobibero