mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
Remove unused code...
This commit is contained in:
@@ -307,7 +307,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
int thisMarker = 0, thisNumericChunk = 0;
|
||||
|
||||
while ((thisMarker < s1.Length))
|
||||
while (thisMarker < s1.Length)
|
||||
{
|
||||
if (thisMarker >= s1.Length)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user