jellyfin/Jellyfin.Api
Jan Müller e9f23c61c9 Fix the fLaC/flac HLS issue also for audio-only
I moved the first application of the workaround out of the if block
so that it also applies to audio-only streams. The workaround was
extended likewise.

We should first and foremost adhere to the specifications and apply
workarounds afterwards for software that doesn't follow them. So I
turned around the workaround to first output the fLaC variant and then
the alternative flac variant.

Fixes: #10066
2023-08-01 17:11:32 +02:00
..
Attributes Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
Auth Merge branch 'master' into network-rewrite 2023-05-11 15:41:39 +02:00
Constants Add permissions for LiveTV access and management 2023-02-14 18:48:31 +01:00
Controllers Add ability to upload (and save) SDH subtitles (#10036) 2023-07-29 06:52:35 -06:00
Extensions Optimize tryparse 2023-02-19 16:52:29 +01:00
Formatters Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
Helpers Fix the fLaC/flac HLS issue also for audio-only 2023-08-01 17:11:32 +02:00
Middleware Merge branch 'master' into network-rewrite 2023-05-25 17:07:43 +02:00
ModelBinders Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
Models Add ability to upload (and save) SDH subtitles (#10036) 2023-07-29 06:52:35 -06:00
Results Require properly typed ActionResult<T> (#8382) 2022-09-11 17:47:01 -06:00
WebSocketListeners Reduce usage of GetAwaiter().GetResult() 2023-03-14 12:05:49 +01:00
BaseJellyfinApiController.cs Migrate to file-scoped namespaces 2023-02-02 18:50:33 +01:00
Jellyfin.Api.csproj Backport pull request #9178 from jellyfin/release-10.8.z 2023-03-09 19:29:39 -05:00