aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/AudioHelper.cs
AgeCommit message (Collapse)Author
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2023-12-21Add ITranscodeManager servicePatrick Barron
2023-11-15Remove DLNA API codePatrick Barron
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-01-08Remove unused httpContext parameterSenorSmartyPants
2022-01-07Remove isHeadRequest from GetStaticFile method signaturesSenorSmartyPants
2021-10-03Fix warning: Qualifier is redundant (#2149)KonH
2021-09-10Missing linebreaks that Rider apparently can't just do for me?cvium
2021-09-10Don't throw when livestream file isn't foundcvium
2021-09-10Remove more unused argscvium
2021-09-10Kill ProgressiveFileCopier and seek to end for ongoing livetvcvium
2021-09-06Remove all unused usingsFernando Fernández
2021-06-04Don't dispose managed CancellationTokenSource (#6139)Cody Robibero
2021-04-20EncodingHelper: Fix circular dependencyBond_009
2021-04-17Remove unused using directivesBaronGreenback
2020-11-13Convert NullReferenceException to ResourceNotFoundExceptioncrobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-08-31use named clientcrobibero
2020-08-17Fix conflictscrobibero
2020-08-10Use proper IHttpContextAccessorcrobibero
2020-08-09convert dependent controller functions to di helper classcrobibero