mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
fix music directplay on Gelli
This commit is contained in:
parent
e5237384d5
commit
599e20ab9b
@ -274,7 +274,7 @@ namespace Jellyfin.Api.Controllers
|
||||
|
||||
foreach (var cont in containers)
|
||||
{
|
||||
var parts = RequestHelpers.Split(cont, ',', true);
|
||||
var parts = RequestHelpers.Split(cont, '|', true);
|
||||
|
||||
var audioCodecs = parts.Length == 1 ? null : string.Join(",", parts.Skip(1).ToArray());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user