mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: use correct branch for plugin images
This commit is contained in:
parent
2333452fc9
commit
eaee5301f1
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
/// </summary>
|
||||
public const int PluginIconHeight = 512;
|
||||
|
||||
private const string MainRepoImageUrl = "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/api5/{0}/{1}/images/{2}";
|
||||
private const string MainRepoImageUrl = "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/api6/{0}/{1}/images/{2}";
|
||||
|
||||
private BlockingCollection<Func<Task>> downloadQueue = new();
|
||||
private BlockingCollection<Action> loadQueue = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue