Fix images not loading, add pagination and search

This commit is contained in:
BlossomiShymae
2024-06-10 16:32:18 -05:00
parent d7f75807ba
commit 67f93478f9
2 changed files with 5 additions and 8 deletions

View File

@@ -319,6 +319,6 @@ export class Companion extends CommunityDragonObject {
}
getLoadoutsIcon(version: string): string {
return this.resolveGamePath({path: this.loadoutsIcon, version: version});
return this.resolveClientPath({path: this.loadoutsIcon, args: {locale: "default", version: version}});
}
}