mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
3.0.5781.4
This commit is contained in:
@@ -145,7 +145,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
{
|
||||
var id = itemOfType.GetLookupInfo();
|
||||
|
||||
await FindIdentities(id, cancellationToken).ConfigureAwait(false);
|
||||
//await FindIdentities(id, cancellationToken).ConfigureAwait(false);
|
||||
|
||||
var result = await RefreshWithProviders(metadataResult, id, refreshOptions, providers, itemImageProvider, cancellationToken).ConfigureAwait(false);
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Reflection;
|
||||
|
||||
//[assembly: AssemblyVersion("3.0.*")]
|
||||
[assembly: AssemblyVersion("3.0.5781.3")]
|
||||
[assembly: AssemblyVersion("3.0.5781.4")]
|
||||
|
||||
Reference in New Issue
Block a user