This commit is contained in:
Jimmy Reichley 2024-08-19 18:52:13 -04:00
parent 14c90d1c5d
commit cd062ee811
No known key found for this signature in database
GPG Key ID: 67715DC5A329803C
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ namespace Ryujinx.UI.App.Common
{
foreach (var dlc in foundDlcs.Where(it => appIdLookup.Contains(it.TitleIdBase)))
{
if (!_downloadableContents.Lookup( dlc).HasValue)
if (!_downloadableContents.Lookup(dlc).HasValue)
{
_downloadableContents.AddOrUpdate((dlc, true));
SaveDownloadableContentsForGame(dlc.TitleIdBase);