mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-12 05:12:23 +01:00
better detail page spacing for mobile
This commit is contained in:
@@ -162,6 +162,13 @@ namespace MediaBrowser.Controller.Providers.Movies
|
||||
|
||||
await _tmdbSettingsSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false);
|
||||
|
||||
// Check again in case it got populated while we were waiting.
|
||||
if (_tmdbSettings != null)
|
||||
{
|
||||
_tmdbSettingsSemaphore.Release();
|
||||
return _tmdbSettings;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
using (var json = await GetMovieDbResponse(new HttpRequestOptions
|
||||
|
||||
Reference in New Issue
Block a user