1.0-dev17 (Subscription page created)

This commit is contained in:
2022-05-05 15:06:10 +02:00
Unverified
parent b4347f2b5c
commit e23258a638
34 changed files with 121 additions and 526 deletions

View File

@@ -286,7 +286,7 @@ namespace VDownload.Views.Home.Controls
private async void HomeTaskPanelSourceButton_Click(object sender, RoutedEventArgs e)
{
// Launch the website
await Windows.System.Launcher.LaunchUriAsync(Data.VideoService.VideoUrl);
await Windows.System.Launcher.LaunchUriAsync(Data.VideoService.Url);
}
// START STOP BUTTON CLICKED