mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
paging progress
This commit is contained in:
@@ -288,7 +288,7 @@ namespace MediaBrowser.Server.Implementations.Updates
|
||||
|
||||
return latestPluginInfo != null && latestPluginInfo.version > p.Version ? latestPluginInfo : null;
|
||||
|
||||
}).Where(p => !CompletedInstallations.Any(i => i.Name.Equals(p.name, StringComparison.OrdinalIgnoreCase)))
|
||||
}).Where(p => !CompletedInstallations.Any(i => string.Equals(i.Name, p.name, StringComparison.OrdinalIgnoreCase)))
|
||||
.Where(p => p != null && !string.IsNullOrWhiteSpace(p.sourceUrl));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user