mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add MediaMonkey dlna playback fix
This commit is contained in:
parent
a308ab8912
commit
a9cc5d5c44
@ -602,7 +602,7 @@ namespace MediaBrowser.Dlna.ContentDirectory
|
||||
id = id.Substring(paramsIndex + paramsSrch.Length);
|
||||
|
||||
var parts = id.Split(';');
|
||||
id = parts[24];
|
||||
id = parts[23];
|
||||
}
|
||||
|
||||
if (id.StartsWith("folder_", StringComparison.OrdinalIgnoreCase))
|
||||
|
Loading…
x
Reference in New Issue
Block a user