mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
fix brace spacing for do while loops
This commit is contained in:
parent
247f9c61e6
commit
ab3dece9f1
2 changed files with 0 additions and 2 deletions
|
@ -125,7 +125,6 @@ namespace DvdLib.Ifo
|
|||
if (titleNum + 1 < numTitles && vtsFs.Position == (baseAddr + offsets[titleNum + 1])) break;
|
||||
chapNum++;
|
||||
}
|
||||
|
||||
while (vtsFs.Position < (baseAddr + endaddr));
|
||||
}
|
||||
|
||||
|
|
|
@ -792,7 +792,6 @@ namespace MediaBrowser.Providers.Music
|
|||
|
||||
// We retry a finite number of times, and only whilst MB is indicating 503 (throttling)
|
||||
}
|
||||
|
||||
while (attempts < MusicBrainzQueryAttempts && response.StatusCode == HttpStatusCode.ServiceUnavailable);
|
||||
|
||||
// Log error if unable to query MB database due to throttling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue