aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Models/PlaybackDtos/TranscodingThrottler.cs
AgeCommit message (Collapse)Author
2023-12-21Move TranscodingJobDto and TranscodingThrottler to ControllerPatrick Barron
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-09-23Backport pull request #8213 from jellyfin/release-10.8.znyanmisaka
Fix high single thread usage in throttler Original-merge: ba026716c1609941ec50a26e50ef5e68cc84d0c0 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2021-11-27Use the Memory overload for ReadAsync (#6865)Claus Vium
2021-11-09Fix some warningsBond_009
down to 580
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-02-21Use GetEncodingOptions where possibleBond_009
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-06-26Move PlaystateService.cs to Jellyfin.Apicrobibero