Update gwmarket url (Closes #1430) (#1431)

This commit is contained in:
2026-02-13 04:58:03 -08:00
parent 9e3fa738bb
commit 3ad32bee8f
2 changed files with 1 additions and 2 deletions
@@ -4,5 +4,5 @@ namespace Daybreak.Views;
public sealed class GuildWarsMarketViewModel : ViewModelBase<GuildWarsMarketViewModel, GuildWarsMarketView>
{
public string GwMarketUrl { get; } = "https://v2.gwmarket.net/";
public string GwMarketUrl { get; } = "https://gwmarket.net/";
}
@@ -2,7 +2,6 @@ using Daybreak.Shared.Models.Async;
using Daybreak.Shared.Services.DirectSong;
using Daybreak.Shared.Services.Downloads;
using Microsoft.Extensions.Logging;
using Microsoft.Win32;
namespace Daybreak.Windows.Services.DirectSong;