mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #1678 from marius-luca-87/dlna_seek_exception_fix
Fix ArgumentOutOfRangeException in ParseTimeSeekHeader
This commit is contained in:
commit
503ab56a59
@ -634,7 +634,7 @@ namespace MediaBrowser.Api.Playback
|
||||
}
|
||||
else
|
||||
{
|
||||
value = value.Substring(Npt.Length, index);
|
||||
value = value.Substring(Npt.Length, index - Npt.Length);
|
||||
}
|
||||
|
||||
if (value.IndexOf(':') == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user